NSCoder_UIGeometryKeyedCoding.DecodeCGPoint(NSCoder, String) Method

Definition

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

[Foundation.Export("decodeCGPointForKey:")]
public static CoreGraphics.CGPoint DecodeCGPoint (this Foundation.NSCoder This, string key);
static member DecodeCGPoint : Foundation.NSCoder * string -> CoreGraphics.CGPoint

Parameters

This
NSCoder

Foundation.NSCoder.

key
String

Key that is identified with the point.

Returns

The point structure that is associated with the designated key.

Attributes

Applies to