MatrixExtensions
Inheritance: java.lang.Object
public final class MatrixExtensions
Contains the Matrix class extensions.
Methods
| Method | Description |
|---|---|
| toGdiMatrix(Matrix matrix) | Converts the Matrix to the System.Drawing.Drawing2D.Matrix. |
toGdiMatrix(Matrix matrix)
public static AffineTransform toGdiMatrix(Matrix matrix)
Converts the Matrix to the System.Drawing.Drawing2D.Matrix.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| matrix | Matrix | The Matrix to convert. |
Returns:
java.awt.geom.AffineTransform - The converted System.Drawing.Drawing2D.Matrix.