Line2D AddLine Method Delta Engine Documentation

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

public Line2D AddLine(
	Vector2D startPoint,
	Vector2D endPoint
)

Return Value

Type: Line2D
See Also