Share via


NSCoder.DecodePoint Method

Definition

Overloads

DecodePoint()

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

Returns

Attributes

Applies to

DecodePoint(String)

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

Parameters

key
String

Returns

Attributes

Applies to