Matrix.transformPoint
void transformPoint(out double x, out double y)Transforms the point (x, y) by matrix.
Parameters
x | X position. An in/out parameter |
y | Y position. An in/out parameter |
void transformPoint(out double x, out double y)Transforms the point (x, y) by matrix.
x | X position. An in/out parameter |
y | Y position. An in/out parameter |