CGVector.FromString(String) Method

Definition

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.

Remarks

Applies to