TPVAPIDrawPageInfo
This structure defines the parameters used by the VAPIMWP_DRAW_DRAWPAGE message to draw a page into a device context.
Syntax
#include <kvvapi.h> typedef struct tag_TPVAPIDrawPageInfo { HDC hdc; unsigned int nPage; RECT Rect; RECT RectUsed; BOOL bCentre; HBRUSH hBrush; } TPVAPIDrawPageInfo;
Members
|
The device context in which to draw the page. |
|
The number of the page to draw. Page numbers start at 0. For example, set If the |
|
A rectangle in the device coordinates specifying where to draw the page. |
|
Returns the rectangle that the page was actually drawn in. |
|
Because |
|
The handle of a brush used to paint the background when |