NSCoder_UIGeometryKeyedCoding.DecodeUIEdgeInsets(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 edge insets that are associated with the designated key.
[Foundation.Export("decodeUIEdgeInsetsForKey:")]
public static UIKit.UIEdgeInsets DecodeUIEdgeInsets (this Foundation.NSCoder This, string key);
static member DecodeUIEdgeInsets : Foundation.NSCoder * string -> UIKit.UIEdgeInsets
Parameters
- This
- NSCoder
Foundation.NSCoder.
- key
- String
Key that is identified with the edge insets.
Returns
The edge insets that are associated with the designated key.
- Attributes