CAnnoData::SetBitmap

#include “BiAnno.h”

void SetBitmap( HBITMAP hAnnoBitmap, DWORD dwW, DWORD dwH );

Description

Changes the background bitmap. It must be used when the application changes the background image (rotating, inverting, selecting a different page, etc.).

Parameters

HBITMAP

hAnnoBitmap

The new bitmap handle

DWORD

dwW

Width of the new bitmap

DWORD

dwH

Height of the new bitmap

Return value

None

Programming Notes

This function doesn’t free or deallocate the previously used bitmap.

Code Example                      

None