Sdílet prostřednictvím


NSCoder_UIGeometryKeyedCoding.DecodeCGSize(NSCoder, String) Method

Definition

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

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

Parameters

This
NSCoder

The instance on which this method operates.

key
String

Key that is identified with the rect.

Returns

The size structure that is associated with the designated key.

Attributes

Applies to