PrintScreenToBMP
MethodPrintScreenToBMP (Method)
Exports the drawing that is shown on the screen into a BMP file
Syntax:
Function PrintScreenToBMP(sBmpFile As String) As Boolean
The PrintScreenToBMP method syntax consists of the following:
Parameter |
Data Type |
Description |
sBmpFile |
String |
The path of the bmp file |
Return value:
Boolean - True on success, false on error.