[]
Explicit convert a TransformMatrix object to a System.Drawing.Drawing2D.Matrix object.
public static explicit operator Matrix(TransformMatrix value)
| Type | Name | Description |
|---|---|---|
| TransformMatrix | value | A TransformMatrix value that will be convert to a Matrix object. |
| Type | Description |
|---|---|
| Matrix | A Matrix object indicates the converted object. |
Explicit convert a System.Drawing.Drawing2D.Matrix object to a TransformMatrix object.
public static explicit operator TransformMatrix(Matrix value)
| Type | Name | Description |
|---|---|---|
| Matrix | value | A Matrix object that will be convert to a TransformMatrix object. |
| Type | Description |
|---|---|
| TransformMatrix | A Matrix value indicates the converted object. |