VertexArray Constructor (VertexArray)

SFML.Net

VertexArray Constructor (VertexArray)
Construct the vertex array from another vertex array

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

Parameters

copy
Type: SFML.GraphicsVertexArray
Transformable to copy
See Also