 | FS_QUADPOINTSFToArray Method |
Returns a
PdfTypeArray representation of the quadrilaterals.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfTypeArray ToArray()
Public Function ToArray As PdfTypeArray
public:
PdfTypeArray^ ToArray()
member ToArray : unit -> PdfTypeArray
public PdfTypeArray ToArray()
Return Value
PdfTypeArrayAn array of 8 numbers specifying the coordinates of quadrilateral given in the order x1, y1, x2, y2, x3, y3, x4, y4.
See Also