NSCoder.DecodePoint 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 |
|---|---|
| DecodePoint() | |
| DecodePoint(String) |
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