Vector4.X Field (Microsoft.DirectX)
Retrieves or sets the x component of a 4-D vector.
Definition
Visual Basic Public X As Single C# public Single X; C++ public: Single X; JScript public var X : Single
Field Value
System.Single
A Single value that represents the x component of the 4-D vector.This field is read/write.