TF2DPointList.AppendArray
Appends an array of two-dimensional points to this list.
Syntax
procedure AppendArray(const NewItems: array of TF2DPoint); overload;
procedure AppendArray(const NewItems: array of TF2DPoint; NewItemsAddCount: Integer); overload;
Description
Call AppendArray to append an array of two-dimensional points to this list.
Go to CAD VCL Enterprise