AnnoObjSetOpaque

#include “BiAnno.h”void CALLBACK AnnoObjSetOpaque(INT_PTR pAnno, BOOL bOpaque)

Description

Sets the background transparency mode for the selected A_NOTE object.

Parameters

INT_PTR

pAnno

Annotation handle

bool

bOpaque

Transparency mode, may be set to:

TRUE    = opaque background,
FALSE  = transparent background.

Return value

None

Programming Notes

None

Code Example

None