UnTransform
TransformationMatrix.UnTransform method
Transformiert x1 und y1 zurück und gibt x und y vor der Transformationsmatrix zurück.
public void UnTransform(double x1, double y1, out double x, out double y)
Parameter | Typ | Beschreibung |
---|---|---|
x1 | Double | Koordinate x1. |
y1 | Double | Koordinate y1. |
x | Double& | Koordinate x zurücktransformiert. |
y | Double& | Koordinate y zurücktransformiert. |
Siehe auch
- class TransformationMatrix
- namensraum Aspose.Font
- Montage Aspose.Font