Matrix Constructor (Single) |
Constructor
accepts a matrix with following array representation:
[ A B C D E F ]
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Matrix(
float[] matrixArray
)
Public Sub New (
matrixArray As Single()
)
public:
Matrix(
array<float>^ matrixArray
)
new :
matrixArray : float32[] -> Matrix
Parameters
- matrixArray
- Type: SystemSingle
Matrix data array.
See Also