#include “BiAnno.h”
void SetRecalc( BOOL bBool = TRUE );
Description
Forces the annotation engine to recalculate the helper line positions when the view changes. It will be used the next time painting the lines and boxes begins.
Parameters
|
BOOL |
bBool = TRUE |
To force the recalculation |
Return value
None
Programming Notes
None
Code Example
None