CGAffineTransform.CGAffineTransformInvert(CGAffineTransform) 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 the affine transformation matrix.
public static CoreGraphics.CGAffineTransform CGAffineTransformInvert (CoreGraphics.CGAffineTransform t);
static member CGAffineTransformInvert : CoreGraphics.CGAffineTransform -> CoreGraphics.CGAffineTransform
Parameters
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.