UnScale

TransformationMatrix.UnScale method

Skaliert x1 und y1 zurück und gibt x und y vor der Transformationsmatrix zurück.

public void UnScale(double x1, double y1, out double x, out double y)
ParameterTypBeschreibung
x1DoubleKoordinate x1.
y1DoubleKoordinate y1.
xDouble&Koordinate x verkleinert.
yDouble&Koordinate y verkleinert.

Siehe auch