| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/QuartzCore.framework |
| Declared in | CATransform3D.h |
| Companion guides |
Core Animation adds two methods to the Foundation framework’s NSValue class to support CATransform3D structure values.
Creates and returns an NSValue object that contains a given CATransform3D structure.
+ (NSValue *)valueWithCATransform3D:(CATransform3D)aTransform
The value for the new object.
A new NSValue object that contains the value of aTransform.
CATransform3D.hReturns an CATransform3D structure representation of the receiver.
- (CATransform3D)CATransform3DValue
An CATransform3D structure representation of the receiver.
CATransform3D.h
© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-07-24)