Interface ISelectionProcessModifier
Package: @aurigma/design-atoms
Methods
beforeMovePerformed(data)
Returns delta between startPoint and currentPoint
Declaration
beforeMovePerformed(data: IMoveData): PointF;
Parameters
| Type | Name | Description |
|---|---|---|
| IMoveData | data |
Returns
| Type | Description |
|---|---|
| PointF |
beforeResizePerformed(data)
Returns target rectangle
Declaration
beforeResizePerformed(data: IResizeData): RotatedRectangleF;
Parameters
| Type | Name | Description |
|---|---|---|
| IResizeData | data |
Returns
| Type | Description |
|---|---|
| RotatedRectangleF |
beforeRotatePerformed(data)
Returns target rectangle
Declaration
beforeRotatePerformed(data: IRotateData): RotatedRectangleF;
Parameters
| Type | Name | Description |
|---|---|---|
| IRotateData | data |
Returns
| Type | Description |
|---|---|
| RotatedRectangleF |