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