The ReadCADInBMP function returns handle of the bitmap that was loaded from CAD or other drawing supported by the library.
Syntax:
HANDLE ReadCADInBMP(
LPCSTR FileName,
LPCSTR ErrorText
);
Parameters:
FileName  | 
Points to string containing a file name.  | 
ErrorText  | 
This receives text of the error message if the function fails.  | 
Return Value:
Returns the handle of a bitmap object.
See Also
© 2003-2025 CADSoftTools
Go to CAD DLL