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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| x | double | Ursprüngliche x-Koordinate. |
| y | double | Ursprüngliche y-Koordinate. |
| x1 | double& | Koordinate x skaliert. |
| y1 | double& | Koordinate y skaliert. |
Siehe auch
- Class TransformationMatrix
- Namespace Aspose::Font
- Library Aspose.Font for C++