Share via


NSCoder_UIGeometryKeyedCoding.DecodeUIEdgeInsets(NSCoder, String) Method

Definition

Decodes and then returns the edge insets that are associated with the designated key.

[Foundation.Export("decodeUIEdgeInsetsForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIEdgeInsets DecodeUIEdgeInsets(this Foundation.NSCoder This, string key);
[<Foundation.Export("decodeUIEdgeInsetsForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DecodeUIEdgeInsets : Foundation.NSCoder * string -> UIKit.UIEdgeInsets

Parameters

This
NSCoder

The instance on which this method operates.

key
String

Key that is identified with the edge insets.

Returns

The edge insets that are associated with the designated key.

Attributes

Applies to