Показать сообщение отдельно
  #3  
Старый 20.04.2012, 12:45
Аватар для NumLock
NumLock NumLock вне форума
Let Me Show You
 
Регистрация: 30.04.2010
Адрес: Северодвинск
Сообщения: 5,426
Версия Delphi: 7, XE5
Репутация: 59586
Восклицание

потому что:
Код:
  Canvas.Brush.Color:=clBlack;
  Canvas.FillRect(Rect(100, 100, 101, 101));
Use FillRect to fill a rectangular region using the current brush. The region is filled including the top and left sides of the rectangle, but excluding the bottom and right edges.
__________________
Пишу программы за еду.
__________________
Ответить с цитированием