Пример #1
0
 public ResetTool()
 {
     _operation = new ImageSpatialTransformImageOperation(Apply);
 }
Пример #2
0
 public ZoomTool()
     : base(SR.TooltipZoom)
 {
     this.CursorToken = new CursorToken("Icons.ZoomToolSmall.png", this.GetType().Assembly);
     _operation       = new ImageSpatialTransformImageOperation(Apply);
 }