Usage AnnoUIOnPaint(LONGLONG hDC)
Description Painting objects on the given DC. You should use the hDC property of the TIFF OCX for this purpose (do not use the GetDC method). You should call this method only in the response code for the Paint event of the TIFF OCX.
If the AnnoUIEnableDrawFrames is called with True, it places crop marks around the selected object and draws a frame when dragging or resizing.
Parameters hDC LONGLONG Handle of DC to paint into
Return value None
Programming Notes None