NSCoder_UIGeometryKeyedCoding.DecodeCGRect(NSCoder, String) Method

Definition

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

Applies to