MonobjcMonobjc Documented Class Library
CIVector Constructor (x, y, z)
NamespacesMonobjc.QuartzCoreCIVectorCIVector(CGFloat, CGFloat, CGFloat)

Initializes the first three positions of a vector with the provided values.

Original signature is '- (id)initWithX:(CGFloat)x Y:(CGFloat)y Z:(CGFloat)z'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public CIVector(
	CGFloat x,
	CGFloat y,
	CGFloat z
)
Public Sub New ( _
	x As CGFloat, _
	y As CGFloat, _
	z As CGFloat _
)
public:
CIVector(
	CGFloat x, 
	CGFloat y, 
	CGFloat z
)
Parameters
x (CGFloat)
The initialization value for the first position.
y (CGFloat)
The initialization value for the second position.
z (CGFloat)
The initialization value for the third position.
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)