NSCoder_UIGeometryKeyedCoding.DecodeCGSize(NSCoder, String) Method

Definition

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

[Foundation.Export("decodeCGSizeForKey:")]
public static CoreGraphics.CGSize DecodeCGSize (this Foundation.NSCoder This, string key);
static member DecodeCGSize : Foundation.NSCoder * string -> CoreGraphics.CGSize

Parameters

This
NSCoder

Foundation.NSCoder.

key
String

Key that is identified with the rect.

Returns

The size structure that is associated with the designated key.

Attributes

Applies to