Aspose::Font::TransformationMatrix::Scale method
TransformationMatrix::Scale method
Scales x and y with the transformation matrix: x1 = Ax + Cy; y1 = Bx + Dy.
void Aspose::Font::TransformationMatrix::Scale(double x, double y, double &x1, double &y1)
Parameter | Type | Description |
---|---|---|
x | double | Original x coordinate. |
y | double | Original y coordinate. |
x1 | double& | Coordinate x scaled. |
y1 | double& | Coordinate y scaled. |
See Also
- Class TransformationMatrix
- Namespace Aspose::Font
- Library Aspose.Font for C++