MonobjcMonobjc Documented Class Library
CATransform3DGetAffineTransform Method (t)
NamespacesMonobjc.QuartzCoreQuartzCoreFrameworkCATransform3DGetAffineTransform(CATransform3D)

Returns the affine transform represented by 't'. If 't' can not be exactly represented as an affine transform the returned value is undefined.

Original signature is 'CGAffineTransform CATransform3DGetAffineTransform (CATransform3D t);'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGAffineTransform CATransform3DGetAffineTransform(
	CATransform3D t
)
Public Shared Function CATransform3DGetAffineTransform ( _
	t As CATransform3D _
) As CGAffineTransform
public:
static CGAffineTransform CATransform3DGetAffineTransform(
	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)