AnnoObjSetColor

#include “BiAnno.h”

void CALLBACK AnnoObjSetColor(INT_PTR pAnno,long c)

Description

Sets the color of the selected object. Objects of type A_WOUT and A_STAMP do not have any color.

Parameters

INT_PTR

pAnno

Annotation handle

long

c

Color, may take one of the following values:

A_BLACK

A_GRAY

A_BLUE

A_RED

A_PURPLE

A_GREEN

A_LBLUE

A_YELLOW

A_LGRAY

A_WHITE

Return value

None

Programming Notes

None

Code Example

None