Click or drag to resize

FS_QUADPOINTSFToArray Method

Returns a PdfTypeArray representation of the quadrilaterals.

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

Return Value

PdfTypeArray
An array of 8 numbers specifying the coordinates of quadrilateral given in the order x1, y1, x2, y2, x3, y3, x4, y4.
See Also