 | PathPointsCollectionToArray Method |
Copies the points of the path to a new array.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic FS_PATHPOINTF[] ToArray()
Public Function ToArray As FS_PATHPOINTF()
public:
array<FS_PATHPOINTF>^ ToArray()
member ToArray : unit -> FS_PATHPOINTF[]
public FS_PATHPOINTF[] ToArray()
Return Value
FS_PATHPOINTFAn array containing copies of the points of the path.
See Also