#include “BiAnno.h”
void CALLBACK AnnoUISetRecalc( INT_PTR pAnno, BOOL b );
Description
Notifies the UI handler if the object rectangle is changing.
It must be called if there is any change in the mapping mode, orientation, etc.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
BOOL |
b |
TRUE if recalculation is necessary |
Return value
None
Programming Notes
None
Code Example
None