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