
25.08.2011, 23:03
|
 |
.
|
|
Регистрация: 18.05.2011
Адрес: Омск
Сообщения: 3,970
Версия Delphi: 3,5,7,10,12,XE2
Репутация: выкл
|
|
А разве так нельзя?
Код:
...
DC := GetDC(0);
bmp.Width := Screen.Width - 400;
bmp.Height := Screen.Height - 400;
StretchBlt(bmp.Canvas.Handle, 0, 0, bmp.Width, bmp.Height, DC, 0, 0, Screen.Width, Screen.Height, SRCCOPY);
...
__________________
Je venus de nulle part
55.026263 с.ш., 73.397636 в.д.
|