Share via


NSCoder_UIGeometryKeyedCoding.DecodeDirectionalEdgeInsets Method

Definition

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

Parameters

This
NSCoder

The instance on which this method operates.

key
String

Returns

Attributes

Applies to