Share via


NSCoder_UIGeometryKeyedCoding.DecodeUIOffsetForKey(NSCoder, String) 方法

定义

解码,然后返回与指定键关联的偏移量。

[Foundation.Export("decodeUIOffsetForKey:")]
public static UIKit.UIOffset DecodeUIOffsetForKey (this Foundation.NSCoder This, string key);
static member DecodeUIOffsetForKey : Foundation.NSCoder * string -> UIKit.UIOffset

参数

This
NSCoder

Foundation.NSCoder。

key
String

用偏移量标识的键。

返回

与指定键关联的偏移量

属性

适用于