AffineTransform.TryInvert
AffineTransform.TryInvert method
Inverts the specified transform. The return value indicates whether the operation succeeded.
public static bool TryInvert(ref AffineTransform xform, out AffineTransform inverse)
Parameter | Type | Description |
---|---|---|
xform | AffineTransform& | The transform to invert. |
inverse | AffineTransform& | The inverted result. |
Return Value
True if the operation succeeds.
Remarks
SRT format with uneven scale can produce results that differ from a matrix
See Also
- struct AffineTransform
- namespace Aspose.CAD.FileFormats.GLB.Transforms
- assembly Aspose.CAD