#include “BiAnno.h”
BOOL CALLBACK AnnoUISetLineWidth( INT_PTR pAnno, long lNewLWidth );
Description
Sets the line width. It is applied to the selected objects, if there are any.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
long |
lNewLWidth |
New line width |
Return value
TRUE if repaint is necessary.
Programming Notes
None
Code Example
None