Transform

TransformationMatrix.Transform method

Transformiert x und y mit der Transformationsmatrix: x1 = Ax + Cy + TX; y1 = Bx + Dy + TY.

public void Transform(double x, double y, out double x1, out double y1)
ParameterTypBeschreibung
xDoubleUrsprüngliche x-Koordinate.
yDoubleUrsprüngliche y-Koordinate.
x1Double&Transformierte x-Koordinate.
y1Double&Transformierte y-Koordinate.

Siehe auch