Aspose::Font::TransformationMatrix::UnScale Methode

TransformationMatrix::UnScale method

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

void Aspose::Font::TransformationMatrix::UnScale(double x1, double y1, double &x, double &y)
ParameterTypBeschreibung
x1doubleKoordinate x1.
y1doubleKoordinate y1.
xdouble&Koordinate x zurück skaliert.
ydouble&Koordinate y zurück skaliert.

Siehe auch