CustomVertex.PositionColoredTextured Structure
|
Language: |
Note: This documentation is preliminary and is subject to change.
Describes a custom vertex format structure that contains position, color, and one set of texture coordinates.
Definition
Visual Basic .NET |
Public Structure PositionColoredTextured |
C# |
public struct PositionColoredTextured |
Managed C++ |
public __value struct PositionColoredTextured |
JScript .NET |
In JScript .NET, you can use structures, but you cannot define your own. |
Members Table
The following table lists the members exposed by the object. Click a tab on the left to choose the type of member you want to view.
Fields
Field |
Description |
Color
|
Retrieves or sets the vertex color. |
Format
|
Retrieves the VertexFormats for the current custom vertex. |
Tu
|
Retrieves or sets the u component of the texture coordinate. |
Tv
|
Retrieves or sets the v component of the texture coordinate. |
X
|
Retrieves or sets the x component of the position. |
Y
|
Retrieves or sets the y component of the position. |
Z
|
Retrieves or sets the z component of the position. |
Methods
Method |
Description |
PositionColoredTextured
|
Initializes a new instance of the CustomVertex.PositionColoredTextured class. |
ToString
|
Obtains a string representation of the current instance. |
Properties
Property |
Description |
Position
|
Retrieves or sets the vertex position. |
StrideSize
|
Retrieves the size of the CustomVertex.PositionColoredTextured structure. |
Structure Information
Namespace |
Microsoft.DirectX.Direct3D |
Assembly |
Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll) |
Strong Name |
Microsoft.DirectX.Direct3D,
Version=1.0.2902.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35 |
See Also
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center