Function FFSaveBMP

FastFind

Function Reference

FFSaveBMP

Save a SnapShot to a .BMP file.

FFSaveBMP ( "FileNameWithNoExtension" [, ForceNewSnap [, Left [, Top [, Right [, Bottom [, NoSnapShot [, WindowHandle]]]]]]] )

 

Parameters

FileNameWithNoExtension Name of the file to create.
ForceNewSnap [optional] If true, a new SnapShot will be made and that will be saved. Default is False.
Left [optional] Left coordinate of the new SnapShot area. Default is 0.
Top [optional] Top coordinate of the new SnapShot area. Default is 0.
Right [optional] Right coordinate of the new SnapShot area. Default is 0.
Bottom [optional] Bottom coordinate of the new SnapShot area. Default is 0.
NoSnapShot [optional] SnapShot number. Determines which "slot" the new SnapShot will be stored in.
WindowHandle [optional] Window handle to be used.

 

Return Value

Success: Returns 1
Failure: Returns 0 and sets @ERROR

 

Remarks

None.

 

Related

FFSnapShot, FFSaveJPG