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