MonobjcMonobjc Documented Class Library
CATransform3DIsIdentity Method (t)
NamespacesMonobjc.QuartzCoreQuartzCoreFrameworkCATransform3DIsIdentity(CATransform3D)

Returns a Boolean value that indicates whether the transform is the identity transform.

Original signature is 'bool CATransform3DIsIdentity (CATransform3D t);'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool CATransform3DIsIdentity(
	CATransform3D t
)
Public Shared Function CATransform3DIsIdentity ( _
	t As CATransform3D _
) As Boolean
public:
static bool CATransform3DIsIdentity(
	CATransform3D t
)
Parameters
t (CATransform3D)
MISSING
Return Value
YES if t is the identity transform, otherwise NO.
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.AppKit (Module: Monobjc.AppKit)