NSValue.FromUIEdgeInsets(UIEdgeInsets) Method

Definition

Creates an NSValue that wraps a UIEdgeInsets object.

[Foundation.Export("valueWithUIEdgeInsets:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSValue FromUIEdgeInsets (UIKit.UIEdgeInsets insets);
static member FromUIEdgeInsets : UIKit.UIEdgeInsets -> Foundation.NSValue

Parameters

insets
UIEdgeInsets

Returns

Attributes

Applies to