AnnoCutToClipboard

#include “BiAnno.h”

BOOL CALLBACK AnnoCutToClipboard( INT_PTR pAnno )

Description

This function cut the selected annotation object to the clipboard. The object will be deleted.

Parameters

INT_PTR

PAnno

Annotation handle

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None