Aspose::Font::TransformationMatrix::UnTransform Methode

TransformationMatrix::UnTransform method

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

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

Siehe auch