NSValue.FromUIOffset(UIOffset) Method

Definition

Creates an NSValue that wraps an UIOffset structure.

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

Parameters

insets
UIOffset

The UIOffset instance

Returns

Attributes

Applies to