AnnoObjGetOpaque

#include “BiAnno.h”

long CALLBACK AnnoObjGetOpaque(INT_PTR pAnno)

Description

Returns the background transparency mode for the selected A_NOTE object.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

The transparency mode or ANNO_UNDEF if no object is selected. Possible values are:

TRUE = opaque background,

FALSE = transparent background.

Programming Notes

None

Code Example

None