Click or drag to resize

Wipeout Constructor (IEnumerableVector2)

Initializes a new instance of the Wipeout class as a polygonal wipeout.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Wipeout(
	IEnumerable<Vector2> vertexes
)

Parameters

vertexes
Type: System.Collections.GenericIEnumerableVector2
The list of vertexes of the wipeout.
See Also