Line2D Constructor (Vector2D, 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(
	Vector2D startPoint,
	Vector2D endPoint,
	Color color
)
See Also