AnnoObjDrawFrame

#include “BiAnno.h”

void CALLBACK AnnoObjDrawFrame( INT_PTR pAnno, HDC hDC );

Description

Draw drag marks and frames when dragging.

Parameters

INT_PTR

pAnno

Annotation handle

HDC

hDC

Handle of DC to draw onto

Return value

None

Programming Notes

None

Code Example

None