CGVector.FromString(String) Method
Definition
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.
Creates a CGVector from a stringified representation of the vector.
public static CoreGraphics.CGVector FromString (string s);
static member FromString : string -> CoreGraphics.CGVector
Parameters
- s
- String
String representation, created previously with either the ToString() method or serialized in the CGVector format.
Returns
The CGVector represented by the string representation.