MonobjcMonobjc Documented Class Library
VectorWithXYZW Method (x, y, z, w)
NamespacesMonobjc.QuartzCoreCIVectorVectorWithXYZW(CGFloat, CGFloat, CGFloat, CGFloat)

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

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

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CIVector VectorWithXYZW(
	CGFloat x,
	CGFloat y,
	CGFloat z,
	CGFloat w
)
Public Shared Function VectorWithXYZW ( _
	x As CGFloat, _
	y As CGFloat, _
	z As CGFloat, _
	w As CGFloat _
) As CIVector
public:
static CIVector^ VectorWithXYZW(
	CGFloat x, 
	CGFloat y, 
	CGFloat z, 
	CGFloat w
)
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.
w (CGFloat)
The value for the fourth 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)