#include “BiAnno.h”
void CALLBACK AnnoUISetExtent( INT_PTR pAnno, DWORD dwW, DWORD dwH );
Description
Sets the background size, it is used for the clipping paint area and computing rotation and flip.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
DWORD |
dwW |
Width |
|
DWORD |
dwH |
Height |
Return value
None
Programming Notes
It must be set every time the background bitmap size changes.
Code Example
None