Matrix Constructor (Single)
Constructor accepts a matrix with following array representation: [ A B C D E F ]

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Matrix(
	float[] matrixArray
)

Parameters

matrixArray
Type: SystemSingle
Matrix data array.
See Also