NSCoder_UIGeometryKeyedCoding.DecodeCGRect(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 rectangle structure that is associated with the designated key.
[Foundation.Export("decodeCGRectForKey:")]
public static CoreGraphics.CGRect DecodeCGRect (this Foundation.NSCoder This, string key);
static member DecodeCGRect : Foundation.NSCoder * string -> CoreGraphics.CGRect
Parameters
- This
- NSCoder
Foundation.NSCoder.
- key
- String
Key that is identified with the affine transform.
Returns
The rectangle structure that is associated with the designated key.
- Attributes