<< Click to Display Table of Contents >> VpeSetPictureBestFit |
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
"Pictures" in the Programmer's Manual