mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
Update Kernel.cs
This commit is contained in:
parent
f5e117e310
commit
f91fdec36c
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ namespace GraphicTest
|
|||
Pen pen = new Pen(Color.Red);
|
||||
aCanvas.DrawPoint(pen, 69, 69);
|
||||
|
||||
//Color color = aCanvas.GetPointColor(69, 69);
|
||||
//Assert.AreEqual(color.ToArgb(), Color.Red.ToArgb(), "GetPointColor returns correct value");
|
||||
Color color = aCanvas.GetPointColor(69, 69);
|
||||
Assert.AreEqual(color.ToArgb(), Color.Red.ToArgb(), "GetPointColor returns correct value");
|
||||
|
||||
/* A GreenYellow horizontal line */
|
||||
pen.Color = Color.GreenYellow;
|
||||
|
|
|
|||
Loading…
Reference in a new issue