MonoMac.CoreGraphics.CGAffineTransform.MakeIdentity Method
Returns the identity affine transformation.

Syntax

public static CGAffineTransform MakeIdentity ()

Returns

The identity matrix.

Remarks

Sets up an identity transformation, like this:

| 1 0 0 |

| 0 1 0 |

| 0 0 1 |

Requirements

Namespace: MonoMac.CoreGraphics
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0