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
.