TransformationMatrix.UnTransform
TransformationMatrix.UnTransform method
Transforms back x1 and y1 and returns x and y before the transformation matrix.
public void UnTransform(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 transformed back. |
y | Double& | Coordinate y transformed back. |
See Also
- class TransformationMatrix
- namespace Aspose.Font
- assembly Aspose.Font