SFML.Net
Vertex Constructor (Vector2f, Color, Vector2f) |
Construct the vertex from its position, color and texture coordinates
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public Vertex( Vector2f position, Color color, Vector2f texCoords )
Public Sub New ( position As Vector2f, color As Color, texCoords As Vector2f )
public: Vertex( Vector2f position, Color color, Vector2f texCoords )
new : position : Vector2f * color : Color * texCoords : Vector2f -> Vertex
Parameters
- position
- Type: SFML.SystemVector2f
Vertex position - color
- Type: SFML.GraphicsColor
Vertex color - texCoords
- Type: SFML.SystemVector2f
Vertex texture coordinates
