Returns an affine transformation matrix constructed by inverting an existing affine transform.
Original signature is : CGAffineTransform CGAffineTransformInvert ( CGAffineTransform t );
Available in Mac OS X version 10.0 and later.

C# | Visual Basic | Visual C++ |
public static CGAffineTransform Invert( CGAffineTransform t )
Public Shared Function Invert ( _ t As CGAffineTransform _ ) As CGAffineTransform
public: static CGAffineTransform Invert( CGAffineTransform t )

- t (CGAffineTransform)
- An existing affine transform.

A new affine transformation matrix. If the affine transform passed in parameter t cannot be inverted, Quartz returns the affine transform unchanged.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)