Aspose::Font::TransformationMatrix::Scale Methode

TransformationMatrix::Scale method

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

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

Siehe auch