Returns an CATransform3D structure representation of the receiver.
Original signature is '- (CATransform3D)CATransform3DValue'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual 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 )

- __target (NSValue)
- The target instance.

An CATransform3D structure representation of the receiver.

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.

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