#include “BiAnno.h”
BOOL CALLBACK AnnoObjSetBKColor (INT_PTR pAnno, COLORREF col)
Description
Sets the background color of the selected object. Objects of type A_RECT, A_CIRCLE, A_ROUNDEDRECT have background color.
Parameters
|
INT_PTR |
PAnno |
Annotation handle |
|
COLORREF |
col |
Background color. |
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None