TransformationMatrix.Scale
TransformationMatrix.Scale method
Scales x and y with the transformation matrix: x1 = Ax + Cy; y1 = Bx + Dy.
public void Scale(double x, double y, out double x1, out 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
- assembly Aspose.Font