0 out of 1 rated this helpful - Rate this topic

VertexPositionColor Constructor

Initializes a new instance of the VertexPositionColor class.

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

public VertexPositionColor (
         Vector3 position,
         Color color
)

Parameters

position
Type: Vector3
The position of the vertex.
color
Type: Color
The color of the vertex.
Xbox 360, Windows 7, Windows Vista, Windows XP
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.