Closed jcollard closed 5 months ago
The user should be able to draw a line to the screen. Propose extending ICanvas2D to include a DrawLine method.
ICanvas2D
DrawLine
Take a look at AstraEngine.Canvas2D.Rectangle2D to get started.
AstraEngine.Canvas2D.Rectangle2D
The user should be able to draw a line to the screen. Propose extending
ICanvas2D
to include aDrawLine
method.Take a look at
AstraEngine.Canvas2D.Rectangle2D
to get started.