Aspose::Font::TransformationMatrix::Transform metodo
TransformationMatrix::Transform method
Trasforma x e y con la matrice di trasformazione: x1 = Ax + Cy + TX; y1 = Bx + Dy + TY.
void Aspose::Font::TransformationMatrix::Transform(double x, double y, double &x1, double &y1)
| Parametro | Tipo | Descrizione |
|---|---|---|
| x | double | Coordinata x originale. |
| y | double | Coordinata y originale. |
| x1 | double& | Coordinata x trasformata. |
| y1 | double& | Coordinata y trasformata. |
Vedi anche
- Class TransformationMatrix
- Namespace Aspose::Font
- Library Aspose.Font for C++