#include “BiAnno.h”
long CALLBACK DeleteAnnoObj(INT_PTR pAnno, HDC hDC)
Description
Deletes the selected annotation in the object referenced by the handle. An annotation is automatically selected when created, or it can be selected using the AnnoObjSelect and AnnoObjSelectNext functions. If hDC is NULL, the parent object does not redraw the annotations that are in the frame of the deleted annotation.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
HDC |
hDC |
Handle of device context to draw on. |
Return value
0 on success, ANNO_UNDEF otherwise
Programming Notes
None
Code Example
None