Matrix Constructor (Matrix) |
Constructor
accepts a matrix to create a copy
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Matrix(
Matrix matrix
)
Public Sub New (
matrix As Matrix
)
public:
Matrix(
Matrix^ matrix
)
new :
matrix : Matrix -> Matrix
Parameters
- matrix
- Type: Aspose.PdfMatrix
Matrix object.
See Also