#include “BiAnno.h”
void CALLBACK AnnoObjDeselect(INT_PTR pAnno, HDC hDC)
Description
Deselects the last selected object. If hDC is valid, annotation redraws all the objects that are in the rectangle of the deleted object.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
HDC |
hDC |
Handle of DC to draw onto |
Return value
void
Programming Notes
None
Code Example
None