NSValue.FromCGAffineTransform(CGAffineTransform) Method

Definition

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

Returns

Attributes

Applies to