Matrix.transformPoint

Transforms the point (x, y) by matrix. Since 1.0

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

Parameters

x double

X position. An in/out parameter

y double

Y position. An in/out parameter