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)
ParameterTypeDescription
xformAffineTransform&The transform to invert.
inverseAffineTransform&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