#include “BiAnno.h”
BOOL CALLBACK AnnoUISetStampMode( INT_PTR pAnno, long lNewMode )
Description
Sets up the new stamp mode selection for the user interface handler. It is applied to the new objects and the selected objects, if there are any.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
long |
lNewMode |
New stamp mode value, may take one of the following values: A_OPAQUE A_WHITE_IS_TRANSPARENT A_BLACK_IS_TRANSPARENT |
Return value
TRUE if repaint is necessary.
Programming Notes
None
Code Example
if( AnnoUISetStampMode( lAnno, lNewMode ) )
InvalidateRect( NULL, TRUE );