AnnoDrawAll

#include “BiAnno.h”

void CALLBACK AnnoDrawAll(INT_PTR pAnno, HDC hDC)

Description

Draws all objects onto the hDC specified.

Parameters

INT_PTR

PAnno

Annotation handle

HDC

hDC

Handle of DC to draw on to.

Return value

None

Programming Notes

None

Code Example

None