NSCoder_UIGeometryKeyedCoding.DecodeCGVector(NSCoder, String) Method
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.
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
- This
- NSCoder
Foundation.NSCoder.
- key
- String
Key that is identified with the vector.
The vector structure that is associated with the designated key.
- Attributes