MonobjcMonobjc Documented Class Library
CATransform3DValue Method (__target)
NamespacesMonobjc.QuartzCoreNSValue_QuartzCoreAdditionsCATransform3DValue(NSValue)

Returns an CATransform3D structure representation of the receiver.

Original signature is '- (CATransform3D)CATransform3DValue'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CATransform3D CATransform3DValue(
	this NSValue __target
)
<ExtensionAttribute> _
Public Shared Function CATransform3DValue ( _
	__target As NSValue _
) As CATransform3D
[ExtensionAttribute]
public:
static CATransform3D CATransform3DValue(
	NSValue^ __target
)
Parameters
__target (NSValue)
The target instance.
Return Value
An CATransform3D structure representation of the receiver.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NSValue. When you use instance method syntax to call this method, omit the first parameter.
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)