PictureDrawExact

<< Click to Display Table of Contents >>

Navigation:  Picture Functions >

PictureDrawExact

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.

property boolean VPE.PictureEmbedInDoc

read / write; runtime only; also supported by TVPEObject

Possible Values:

Value

Description

True

enabled

False

disabled

Default:

False

 

See also:

"Pictures" in the Programmer's Manual