Share via


NSCoder_UIGeometryKeyedCoding.DecodeUIEdgeInsets(NSCoder, String) 方法

定义

解码,然后返回与指定键关联的边缘嵌入。

[Foundation.Export("decodeUIEdgeInsetsForKey:")]
public static UIKit.UIEdgeInsets DecodeUIEdgeInsets (this Foundation.NSCoder This, string key);
static member DecodeUIEdgeInsets : Foundation.NSCoder * string -> UIKit.UIEdgeInsets

参数

This
NSCoder

Foundation.NSCoder。

key
String

用边缘插页标识的键。

返回

与指定键关联的边缘插页。

属性

适用于