Share via


NSValue.ToUIEdgeInsets(NativeHandle) Method

Definition

Converts a native handle to a UIEdgeInsets.

public static UIKit.UIEdgeInsets ToUIEdgeInsets(ObjCRuntime.NativeHandle handle);
static member ToUIEdgeInsets : ObjCRuntime.NativeHandle -> UIKit.UIEdgeInsets

Parameters

handle
NativeHandle

The native handle.

Returns

The UIEdgeInsets.

Applies to