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

오프셋으로 식별되는 키입니다.

반환

지정된 키와 연결된 오프셋

특성

적용 대상