NSValue.FromUIEdgeInsets(UIEdgeInsets) Metodo

Definizione

Crea un oggetto NSValue che esegue il wrapping di un oggetto UIEdgeInsets.

[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

Parametri

insets
UIEdgeInsets

Restituisce

Attributi

Si applica a