AnnoObjDraw

#include “BiAnno.h”

void CALLBACK AnnoObjDraw(INT_PTR pAnno, HDC hDC)

Description

Draws the selected object onto the hDC specified.

Parameters

INT_PTR

pAnno

Annotation handle

HDC

hDC

Handle of DC to draw onto

Return value

None

Programming Notes

None

Code Example

None