ReadCADInBMP

  Functions >

ReadCADInBMP

Previous pageReturn to chapter overviewNext page

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

ReadCAD  | ReadCADW


© 2003-2024 CADSoftTools

Go to CAD DLL