Share via


NSCoder_UIGeometryKeyedCoding.DecodeCGPoint(NSCoder, String) Method

Definition

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

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

Parameters

This
NSCoder

The instance on which this method operates.

key
String

Key that is identified with the point.

Returns

The point structure that is associated with the designated key.

Attributes

Applies to