#include “BiAnno.h”
void CALLBACK AnnoObjSetBorder(INT_PTR pAnno, BOOL bBorder)
Description
Sets the object border visibility for the selected A_NOTE, A_HIGHLIGHT or A_WOUT object.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
bool |
bBorder |
Border visibility mode, may be set to: TRUE = the border is visible (black), |
Return value
None
Programming Notes
None
Code Example
None