NSCoder_UIGeometryKeyedCoding.DecodeCGVector(NSCoder, String) Method

Definition

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

[Foundation.Export("decodeCGVectorForKey:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGVector DecodeCGVector (this Foundation.NSCoder This, string key);
static member DecodeCGVector : Foundation.NSCoder * string -> CoreGraphics.CGVector

Parameters

This
NSCoder

Foundation.NSCoder.

key
String

Key that is identified with the vector.

Returns

The vector structure that is associated with the designated key.

Attributes

Applies to