コード例 #1
0
 def MouseLeftClick():
     canvasDocument.Draw()
     canvasDocument.DrawPixels()
     filePath = Dialog.SaveFileDialog()
     if filePath is not None:
         canvasDocument.Save(filePath)