public ResetTool() { _operation = new ImageSpatialTransformImageOperation(Apply); }
public ZoomTool() : base(SR.TooltipZoom) { this.CursorToken = new CursorToken("Icons.ZoomToolSmall.png", this.GetType().Assembly); _operation = new ImageSpatialTransformImageOperation(Apply); }