VpeSetPictureBestFit

<< Click to Display Table of Contents >>

Navigation:  Picture Functions >

VpeSetPictureBestFit

Previous pageReturn to chapter overviewNext page

Keeps a picture's aspect and allows for the largest zoom within a given rectangle without distortion. In contrast to PictureKeepAspect this flag is useful, if you specify all four coordinates.

See "Scaling" in the Programmer's Manual for details.

void VpeSetPictureBestFit(

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