Click or drag to resize

PathPointsCollectionToArray Method

Copies the points of the path to a new array.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public FS_PATHPOINTF[] ToArray()

Return Value

FS_PATHPOINTF
An array containing copies of the points of the path.
See Also