Тема: PrintScreen
Показать сообщение отдельно
Старый 18.08.2010, 12:39   #2
baton4ik
Дэвелопер
 
Аватар для baton4ik
 
Регистрация: 21.11.2009
Адрес: Киев
Сообщений: 1,699
Написано 657 полезных сообщений
(для 1,962 пользователей)
Ответ: PrintScreen

 SaveBuffer (buffer,filename$)  

Definition: 

Saves the selected video buffer to a bitmap file. 

Parameter Description: 

buffer = The buffer to save; FrontBuffer() or BackBuffer()
filename$ = valid Windows path/filename
 

Command Description: 

Typically, this is used to take a screen snapshot. This will save the screen buffer you specify to a .bmp file you specify. Remember, use the proper name for the buffer you wish to save; FrontBuffer() for the current visible screen, and BackBuffer() for the back or invisible drawing buffer. The filename must be valid Windows filename syntax.
(Offline)
 
Ответить с цитированием