TTMSFNCBloxLineJoin.HandleMoving Method
Updates the block while one of its handles is being dragged. Resize handles change the bounds, the rotate handle changes the angle and the rotation-center handle moves the rotation center.
API unit family: TMSFNCBloxCoreBlock
Declaring type: TTMSFNCBloxLineJoin
Inherited from: TTMSFNCBloxBlock
Syntax
procedure HandleMoving(AInfo: TTMSFNCBloxHandleMoveInfo); override;
Parameters
| Name | Description |
|---|---|
AInfo |
Handle-move information including the handle, action and drag delta. |