AnnoObjGetBKColor

#include “BiAnno.h”

COLORREF CALLBACK AnnoObjGetBKColor (INT_PTR pAnno)

Description

Returns the color of the background of the selected object.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

Color of the object or ANNO_UNDEF if the object has no color information. The circle, rectangle and rounded rectangle objects have background.

Programming Notes

None

Code Example

None