TransformationMatrix.UnScale
TransformationMatrix.UnScale method
Scales back x1 and y1 and returns x and y before the transformation matrix.
public void UnScale(double x1, double y1, out double x, out double y)
Parameter | Type | Description |
---|---|---|
x1 | Double | Coordinate x1. |
y1 | Double | Coordinate y1. |
x | Double& | Coordinate x scaled back. |
y | Double& | Coordinate y scaled back. |
See Also
- class TransformationMatrix
- namespace Aspose.Font
- assembly Aspose.Font