Scale

TransformationMatrix.Scale method

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

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

Siehe auch