[]
Transforms a rectangle by the 3x2 matrix.
public void TransformRef(ref Matrix3x2 matrix)
Public Sub TransformRef(ByRef matrix As Matrix3x2)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | matrix | The matrix to use as a tranformation matrix. |
Transforms a rectangle by the 3x2 matrix.
public static void TransformRef(out RectF result, ref RectF rect, ref Matrix3x2 matrix)
Public Shared Sub TransformRef(ByRef result As RectF, ByRef rect As RectF, ByRef matrix As Matrix3x2)
| Type | Name | Description |
|---|---|---|
| RectF | result | The result of the transformation for the input rectangle. |
| RectF | rect | The original rectangle to apply the transformation. |
| Matrix3x2 | matrix | The matrix to use as a tranformation matrix. |