public final class MatrixExtensions extends Object
Contains the Matrix
class extensions.
Constructor and Description |
---|
MatrixExtensions() |
Modifier and Type | Method and Description |
---|---|
static AffineTransform |
toGdiMatrix(Matrix matrix)
Converts the
Matrix to the AffineTransform . |
public static AffineTransform toGdiMatrix(Matrix matrix)
Converts the Matrix
to the AffineTransform
.
matrix
- The Matrix
to convert.AffineTransform
.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.