CGAffineTransform.CGAffineTransformInvert(CGAffineTransform) Method

Definition

Inverts the affine transformation matrix.

public static CoreGraphics.CGAffineTransform CGAffineTransformInvert (CoreGraphics.CGAffineTransform t);
static member CGAffineTransformInvert : CoreGraphics.CGAffineTransform -> CoreGraphics.CGAffineTransform

Parameters

t
CGAffineTransform

Affine transformation to invert.

Returns

If the affine transformation can not be inverted, the same matrix is returned.

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