VpeSetPictureDrawExact

<< Click to Display Table of Contents >>

Navigation:  Picture Functions >

VpeSetPictureDrawExact

Previous pageReturn to chapter overviewNext page

Draws bitmaps exactly (and slow) to avoid seldom arising pixel-misalignment problems due to WYSIWYG coordinate-rounding problems, or if the graphics driver has bugs. For large bitmaps (for example full-page forms) it might happen that during scrolling a pixel line gets lost. By specifying this flag this can not happen. This flag is only useful for the preview, not for printing.

void VpeSetPictureDrawExact(

VpeHandle hDoc,

int on_off

)

VpeHandle hDoc

Document Handle or VPE Object Handle

int on_off

Value

Description

True

on

False

off

Default:

False

 

See Also:

"Pictures" in the Programmer's Manual