コード例 #1
0
 public ResetTool()
 {
     _operation = new ImageSpatialTransformImageOperation(Apply);
 }
コード例 #2
0
ファイル: ZoomTool.cs プロジェクト: itcthienkhiem/ImageViewer
 public ZoomTool()
     : base(SR.TooltipZoom)
 {
     this.CursorToken = new CursorToken("Icons.ZoomToolSmall.png", this.GetType().Assembly);
     _operation       = new ImageSpatialTransformImageOperation(Apply);
 }