 | FS_MATRIXToArray Method |
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfTypeArray ToArray()
Public Function ToArray As PdfTypeArray
public:
PdfTypeArray^ ToArray()
member ToArray : unit -> PdfTypeArray
public PdfTypeArray ToArray()
Return Value
PdfTypeArrayAn array of 6 numbers specifying the matrix coefficients given in the order a, b, c, d, e, f.
See Also