Usage AnnoObjDeselect(hDC As LONGLONG)
Description Deselects the last selected object. If hDC is valid, annotation redraws all the objects that are in the rectangle of the deleted object. You can call the TIFF OCX GetDC method to retrieve a DC. After you have called this method, you must call the ReleaseDC method of TIFF OCX.
Parameters hDC LONGLONG Handle of DC to draw onto
Return value void
Programming Notes None