#include “BiAnno.h”
BOOL CALLBACK AnnoUISetImage( INT_PTR pAnno, HBITMAP hBmp );
Description
Sets the stamp image. It is applied to the selected stamp.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
HBITMAP |
hBmp |
Bitmap handle to set up |
Return value
TRUE if repaint is necessary
Programming Notes
None
Code Example
None