Checks whether an affine transform is the identity transform.
Original signature is : bool CGAffineTransformIsIdentity ( CGAffineTransform t );
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static bool IsIdentity( CGAffineTransform t )
Public Shared Function IsIdentity ( _ t As CGAffineTransform _ ) As Boolean
public: static bool IsIdentity( CGAffineTransform t )

- t (CGAffineTransform)
- The affine transform to check.

Returns true if t is the identity transform, false otherwise.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)