MonobjcMonobjc Documented Class Library
CIVector Constructor (representation)
NamespacesMonobjc.QuartzCoreCIVectorCIVector(NSString)

Initializes a vector with values provided in a string representation.

Original signature is '- (id)initWithString:(NSString *)representation'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public CIVector(
	NSString representation
)
Public Sub New ( _
	representation As NSString _
)
public:
CIVector(
	NSString^ representation
)
Parameters
representation (NSString)
A string that is in one of the formats returned by the stringRepresentation method.
Return Value
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)