#include “BiAnno.h”
BOOL CALLBACK AnnoUISetBKColor( INT_PTR pAnno, COLORREF lNewColor );
Description
Sets up the new background color selection for the user interface handler. It is applied to the selected objects, if there are any. This function works for rectangle, circle and rounded rectangle object.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
COLORREF |
lNewColor |
New color value |
Return value
TRUE if repaint is necessary.
Programming Notes
None
Code Example
None