CustomVertex.PositionColored.Z Field (Microsoft.DirectX.Direct3D)

Retrieves or sets the z component of the position.

Definition

Visual BasicPublic Z As SingleLeave Site
C#public SingleLeave Site Z;
C++public: SingleLeave Site Z;
JScriptpublic var Z : SingleLeave Site

Field Value

System.Single
Floating-point value that represents the z component of the position.

This field is read/write. 
Show: