Share via


NSCoder.DecodeSize Method

Definition

Overloads

Name Description
DecodeSize()
DecodeSize(String)

DecodeSize()

[Foundation.Export("decodeSize")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize DecodeSize();
[<Foundation.Export("decodeSize")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecodeSize : unit -> CoreGraphics.CGSize
override this.DecodeSize : unit -> CoreGraphics.CGSize

Returns

Attributes

Applies to

DecodeSize(String)

[Foundation.Export("decodeSizeForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize DecodeSize(string key);
[<Foundation.Export("decodeSizeForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecodeSize : string -> CoreGraphics.CGSize
override this.DecodeSize : string -> CoreGraphics.CGSize

Parameters

key
String

Returns

Attributes

Applies to