CGAffineTransform.Invert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inverts this affine transformation.
public CoreGraphics.CGAffineTransform Invert ();
member this.Invert : unit -> CoreGraphics.CGAffineTransform
Returns
If the affine transformation can not be inverted, the matrix does not change.
Remarks
You can use the inversion matrix to map points in the target coordinate space that had been mapped to the original coordinate space.