metodo Aspose::Font::TransformationMatrix::UnScale
TransformationMatrix::UnScale method
Scala indietro x1 e y1 e restituisce x e y prima della matrice di trasformazione.
void Aspose::Font::TransformationMatrix::UnScale(double x1, double y1, double &x, double &y)
| Parametro | Tipo | Descrizione |
|---|---|---|
| x1 | double | Coordinata x1. |
| y1 | double | Coordinata y1. |
| x | double& | Coordinata x ripristinata. |
| y | double& | Coordinata y ripristinata. |
Vedi anche
- Class TransformationMatrix
- Namespace Aspose::Font
- Library Aspose.Font for C++