mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Add display method in graphic test kernel
This commit is contained in:
parent
ed485ad85b
commit
2a1b321dde
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,8 @@ namespace GraphicTest
|
|||
aCanvas.DrawEllipse(pen, 100, 69, 10, 50);
|
||||
aCanvas.DrawEllipse(pen, 100, 69, 10, 50);
|
||||
aCanvas.DrawEllipse(pen, 100, 69, 10, 50);
|
||||
|
||||
aCanvas.Display();
|
||||
|
||||
aCanvas.Disable();
|
||||
Console.WriteLine("Back in text mode");
|
||||
|
|
|
|||
Loading…
Reference in a new issue