„Sznikák példakódok” változatai közötti eltérés
a elírások javítása |
a Kód javítása |
||
| 153. sor: | 153. sor: | ||
using (brush1 = new SolidBrush(ConsoleColor.FromArgb(grey, grey, grey))) | using (brush1 = new SolidBrush(ConsoleColor.FromArgb(grey, grey, grey))) | ||
{ | { | ||
e.Graphics.FillRectrangle(brush1, 10, 20, | e.Graphics.FillRectrangle(brush1, 10, 20, 10, 10); // brush, x, y, width, height | ||
} | } | ||
} | } | ||