public PanTool() : base(SR.TooltipPan) { this.CursorToken = new CursorToken("Icons.PanToolSmall.png", this.GetType().Assembly); _operation = new SpatialTransformImageOperation(Apply); }
public FlipVerticalTool() { _operation = new SpatialTransformImageOperation(Apply); }
public RotateRightTool() { _operation = new SpatialTransformImageOperation(Apply); }
public FlipHorizontalTool() { _operation = new SpatialTransformImageOperation(Apply); }