#include “BiAnno.h”
void CALLBACK AnnoUIOnPaint( INT_PTR pAnno, HDC hDC );
Description
Painting objects on the given DC. The DC must be set up via MapDisplayDC.
If the AnnoUIEnableDrawFrames is called with TRUE, it places crop marks around the selected object and draws a frame when dragging or resizing.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
HDC |
hDC |
Handle of DC to paint into |
Return value
None
Programming Notes
None
Code Example
None