TTMSFNCBloxBaseLine.CalcNewHandles Method
Recalculates the handles of the line from the supplied geometry information.
API unit family: TMSFNCBloxCoreLine
Declaring type: TTMSFNCBloxBaseLine
Inherited from: TTMSFNCBloxLine
Syntax
procedure CalcNewHandles(AHandles: TTMSFNCBloxHandles; AInfo: TTMSFNCBloxCalcHandlesInfo); virtual;
Remarks
Override this method in descendants to implement a custom line algorithm. The base implementation dispatches to the routine matching the current line style.
Parameters
| Name | Description |
|---|---|
AHandles |
The handle collection to recalculate and fill. |
AInfo |
The endpoints, anchors, moved handle, and action driving the calculation. |