Class SelectionProcessModifier
Constructors
(constructor)(_selectionHandler, _canvas, _snapLinesHandler)
Constructs a new instance of the SelectionProcessModifier class
Declaration
constructor(_selectionHandler: SelectionHandler, _canvas: Canvas, _snapLinesHandler: SnapLinesHandler);
Parameters
Properties
ignoreSnapLines
Declaration
set ignoreSnapLines(value: boolean);
Property Value
Methods
Declaration
beforeMovePerformed(data: IMoveData): PointF;
Parameters
Returns
Declaration
beforeResizePerformed(data: IResizeData): RotatedRectangleF;
Parameters
Returns
Declaration
beforeRotatePerformed(data: IRotateData): RotatedRectangleF;
Parameters
Returns
getRectangleWithBorder(rectangle)
Declaration
getRectangleWithBorder(rectangle: RotatedRectangleF): RotatedRectangleF;
Parameters
Returns
getRectWithFrames(rectangle)
Declaration
getRectWithFrames(rectangle: RotatedRectangleF): RotatedRectangleF;
Parameters
Returns