Click or drag to resize

FS_PATHPOINTFToArray Method

Returns a PdfTypeArray representation of the path point.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfTypeArray ToArray()

Return Value

PdfTypeArray
An array of 3 numbers specifying the coordinates of point given in the order X, Y and flags.
See Also