Share via


NSCoder_UIGeometryKeyedCoding.DecodeCGRect(NSCoder, String) Method

Definition

Decodes and then returns the rectangle structure that is associated with the designated key.

[Foundation.Export("decodeCGRectForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreGraphics.CGRect DecodeCGRect(this Foundation.NSCoder This, string key);
[<Foundation.Export("decodeCGRectForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DecodeCGRect : Foundation.NSCoder * string -> CoreGraphics.CGRect

Parameters

This
NSCoder

The instance on which this method operates.

key
String

Key that is identified with the affine transform.

Returns

The rectangle structure that is associated with the designated key.

Attributes

Applies to