AnnoUIGetUpdateRect

#include “BiAnno.h”

void CALLBACK AnnoUIGetUpdateRect (INT_PTR pAnno,LPRECT lpRect)

Description

Returns the rectangle for invalidation, in logical coordinates.

It can be converted to display coordinates via LPtoDP

Parameters

INT_PTR

pAnno

Annotation handle

LPRECT

lpRect

Pointer to a RECT structure, the rectangle will be returned here

Return value

None

Programming Notes

None

Code Example

None