Line2D Constructor (List Vector2D , Color)Delta Engine Documentation
Initializes a new instance of the Line2D class

Namespace: DeltaEngine.Rendering2D.Shapes
Assembly: DeltaEngine.Rendering2D.Shapes (in DeltaEngine.Rendering2D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Line2D(
	List<Vector2D> points,
	Color color
)

Parameters

points
Type: System.Collections.Generic List Vector2D 
color
Type: DeltaEngine.Datatypes Color
See Also