#include “BiAnno.h”
BOOL LoadFromTiff( LPSTR lpszFileName, HBITMAP hBitmap );
Description
Destroys the current annotation object set and loads a new set from the specified file.
Parameters
|
LPSTR |
lpszFileName |
Pointer to a null-terminated string, the filename |
|
HBITMAP |
hBitmap |
Handle of the background bitmap to place the annotation on |
Return value
TRUE if annotation is successfully loaded, FALSE if an error occurred. On TRUE the CView must be updated.
Programming Notes
None
Code Example
None