AnnoObjSetStampMode

#include “BiAnno.h”

void CALLBACK AnnoObjSetStampMode(INT_PTR pAnno,long m)

Description

Sets the stamp mode of the selected A_STAMP object. The stamp mode stands for the transparency of the stamp bitmap.

Parameters

INT_PTR

pAnno

Annotation handle

long

m

Stamp mode, may take one of the following values:

A_OPAQUE

A_WHITE_IS_TRANSPARENT

A_BLACK_IS_TRANSPARENT

Return value

None

Programming Notes

If no A_STAMP object is selected, the function does nothing.

Code Example

None