[ Version ( since = "2.10.16" ) ]
public void transform_point (double x, double y, out double newx, out double newy)
Transforms a point in 2D as specified by the transformation matrix.
| this |
The transformation matrix. |
| x |
The source X coordinate. |
| y |
The source Y coordinate. |
| newx |
The transformed X coordinate. |
| newy |
The transformed Y coordinate. |