[]
Transforms a point by this matrix.
public static C1Point Transform(this Matrix3x2 matrix, double x, double y)
Public Shared Function Transform(matrix As Matrix3x2, x As Double, y As Double) As C1Point
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | matrix | The Matrix defining transformation. |
| double | x | The x coordinate of the point. |
| double | y | The y coordinate of the point. |
| Type | Description |
|---|---|
| C1Point | The result of the transformation for the point. |