MonobjcMonobjc Documented Class Library
VectorWithXYZ Method (x, y, z)
NamespacesMonobjc.QuartzCoreCIVectorVectorWithXYZ(CGFloat, CGFloat, CGFloat)

Creates and returns a vector that is initialized with three values.

Original signature is '+ (CIVector *)vectorWithX:(CGFloat)x Y:(CGFloat)y Z:(CGFloat)z'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CIVector VectorWithXYZ(
	CGFloat x,
	CGFloat y,
	CGFloat z
)
Public Shared Function VectorWithXYZ ( _
	x As CGFloat, _
	y As CGFloat, _
	z As CGFloat _
) As CIVector
public:
static CIVector^ VectorWithXYZ(
	CGFloat x, 
	CGFloat y, 
	CGFloat z
)
Parameters
x (CGFloat)
The value for the first position in the vector.
y (CGFloat)
The value for the second position in the vector.
z (CGFloat)
The value for the third position in the vector.
Return Value
A vector initialized with the specified values.
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)