#include “BiAnno.h”
void CALLBACK DestroyAnnoHandle(INT_PTR pAnno)
Description
Destroys the annotation object referenced by the handle. This removes all of the annotations created by the object and restores the image to its original state.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
Return value
None
Programming Notes
See Creating an annotation for more details.
Code Example
None