CGAffineTransform.Invert Method

Definition

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.

Applies to