Sdílet prostřednictvím


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.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreGraphics.CGVector DecodeCGVector(this Foundation.NSCoder This, string key);
[<Foundation.Export("decodeCGVectorForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DecodeCGVector : Foundation.NSCoder * string -> CoreGraphics.CGVector

Parameters

This
NSCoder

The instance on which this method operates.

key
String

Key that is identified with the vector.

Returns

The vector structure that is associated with the designated key.

Attributes

Applies to