TTMSFNCBloxBezier.Points Property
The ordered points that define the drawn path of the line; segments are drawn from each point to the next.
API unit family: TMSFNCBloxCoreLine
Declaring type: TTMSFNCBloxBezier
Inherited from: TTMSFNCBloxLine
Type: TTMSFNCBloxPointArray
Syntax
property Points: TTMSFNCBloxPointArray;
Remarks
This is a calculated array recomputed from Handles whenever the line geometry changes. Do not use it for persistence: the array is overwritten on the next layout recalculation. To save and restore a line's path, iterate the intermediate handles (indices 1 to Count - 2, skipping the endpoint handles at index 0 and Count - 1) and store OrX/OrY for each, then reconstruct the handles in the same order before adding the line.