NSValue.FromCATransform3D(CATransform3D) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an NSValue that wraps a CATransform3D object.
[Foundation.Export("valueWithCATransform3D:")]
public static Foundation.NSValue FromCATransform3D (CoreAnimation.CATransform3D transform);
static member FromCATransform3D : CoreAnimation.CATransform3D -> Foundation.NSValue
Parameters
- transform
- CATransform3D
Returns
- Attributes