NSCoder_UIGeometryKeyedCoding.DecodeUIOffsetForKey(NSCoder, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decodes and then returns the offset that is associated with the designated key.
[Foundation.Export("decodeUIOffsetForKey:")]
public static UIKit.UIOffset DecodeUIOffsetForKey (this Foundation.NSCoder This, string key);
static member DecodeUIOffsetForKey : Foundation.NSCoder * string -> UIKit.UIOffset
Parameters
- This
- NSCoder
Foundation.NSCoder.
- key
- String
Key that is identified with the offset.
Returns
The offset that is associated with the designated key
- Attributes