VertexArray Constructor (PrimitiveType)

SFML.Net

VertexArray Constructor (PrimitiveType)
Construct the vertex array with a type

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

Parameters

type
Type: SFML.GraphicsPrimitiveType
Type of primitives
See Also