Add display method in graphic test kernel

This commit is contained in:
valentinbreiz 2020-07-05 13:10:32 +02:00 committed by GitHub
parent ed485ad85b
commit 2a1b321dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");