Vertex Constructor (Vector2f)

SFML.Net

Vertex Constructor (Vector2f)
Construct the vertex from its position The vertex color is white and texture coordinates are (0, 0).

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Vertex(
	Vector2f position
)
Public Sub New ( 
	position As Vector2f
)
public:
Vertex(
	Vector2f position
)
new : 
        position : Vector2f -> Vertex

Parameters

position
Type: SFML.SystemVector2f
Vertex position
See Also