MonobjcMonobjc Documented Class Library
VectorWithString Method (representation)
NamespacesMonobjc.QuartzCoreCIVectorVectorWithString(NSString)

Creates and returns a vector that is initialized with values provided in a string representation.

Original signature is '+ (CIVector *)vectorWithString:(NSString *)representation'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CIVector VectorWithString(
	NSString representation
)
Public Shared Function VectorWithString ( _
	representation As NSString _
) As CIVector
public:
static CIVector^ VectorWithString(
	NSString^ representation
)
Parameters
representation (NSString)
A string that is in one of the formats returned by the stringRepresentation method.
Return Value

[Missing <returns> documentation for "M:Monobjc.QuartzCore.CIVector.VectorWithString(Monobjc.Foundation.NSString)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)