Share via


NSValue.FromCGRect(CGRect) Method

Definition

[Foundation.Export("valueWithCGRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSValue FromCGRect(CoreGraphics.CGRect rect);
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[Foundation.Export("valueWithRect:")]
public static Foundation.NSValue FromCGRect(CoreGraphics.CGRect rect);
[<Foundation.Export("valueWithCGRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromCGRect : CoreGraphics.CGRect -> Foundation.NSValue
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<Foundation.Export("valueWithRect:")>]
static member FromCGRect : CoreGraphics.CGRect -> Foundation.NSValue

Parameters

rect
CGRect

Returns

Attributes

Applies to