Share via


NSCoder_UIGeometryKeyedCoding.DecodeUIOffsetForKey(NSCoder, String) Method

Definition

Decodes and then returns the offset that is associated with the designated key.

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

Parameters

This
NSCoder

The instance on which this method operates.

key
String

Key that is identified with the offset.

Returns

The offset that is associated with the designated key

Attributes

Applies to