Vertex Constructor

SFML.Net

Vertex Constructor
Overload List
  Name Description
Public method Vertex(Vector2f)
Construct the vertex from its position The vertex color is white and texture coordinates are (0, 0).
Public method Vertex(Vector2f, Color)
Construct the vertex from its position and color The texture coordinates are (0, 0).
Public method Vertex(Vector2f, Vector2f)
Construct the vertex from its position and texture coordinates The vertex color is white.
Public method Vertex(Vector2f, Color, Vector2f)
Construct the vertex from its position, color and texture coordinates
Top
See Also