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