NSValue.FromCGAffineTransform(CGAffineTransform) 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 CGAffineTransform object..
[Foundation.Export("valueWithCGAffineTransform:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSValue FromCGAffineTransform (CoreGraphics.CGAffineTransform tran);
static member FromCGAffineTransform : CoreGraphics.CGAffineTransform -> Foundation.NSValue
Parameters
- tran
- CGAffineTransform
Returns
- Attributes