Matrix.transformPoint

Transforms the point (x, y) by matrix.

class Matrix
void
transformPoint
(
out double x
,
out double y
)

Parameters

x double

X position. An in/out parameter

y double

Y position. An in/out parameter