Exports the current view to a Windows Bitmap (BMP) file.
| Visual Basic | 
|---|
| Public Function ExportBmp( _ ByVal filename As String, _ ByVal bMono As Integer, _ ByVal w As Long, _ ByVal h As Long _ ) As Integer | 
| True | Create a black-and-white bitmap. | 
| False | Create a bitmap of the same colour depth as the system graphics. | 
Available: MM ME MD OD OM SISpy
Groups:
sis.ExportBmp ("c:\data\planning.bmp", False, 1024, 1024)
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).