Aspose::Font::TransformationMatrix::Transform Methode

TransformationMatrix::Transform method

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

void Aspose::Font::TransformationMatrix::Transform(double x, double y, double &x1, double &y1)
ParameterTypBeschreibung
xdoubleUrsprüngliche x-Koordinate.
ydoubleUrsprüngliche y-Koordinate.
x1double&Transformierte x-Koordinate.
y1double&Transformierte y-Koordinate.

Siehe auch