MonobjcMonobjc Documented Class Library
IsIdentity Method (t)
NamespacesMonobjc.ApplicationServicesCGAffineTransformIsIdentity(CGAffineTransform)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static bool IsIdentity(
	CGAffineTransform t
)
Public Shared Function IsIdentity ( _
	t As CGAffineTransform _
) As Boolean
public:
static bool IsIdentity(
	CGAffineTransform t
)
Parameters
t (CGAffineTransform)
The affine transform to check.
Return Value
Returns true if t is the identity transform, false otherwise.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)