CIVector.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 vector from a string, such as "[1.0, 2.0, 3.0]".
[Foundation.Export("vectorWithString:")]
public static CoreImage.CIVector FromString (string representation);
static member FromString : string -> CoreImage.CIVector
Parameters
- representation
- String
Returns
- Attributes