NSCoder.DecodeSize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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