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