magnification
FACTOR

The magnification statement changes the magnification of a form.


Parameters

This statement has one parameter:

factor – the magnification factor to apply to the form. This is a floating point number, with 1.0 corresponding to actual size (100%).


Description

The magnification statement changes the magnification of a form. This example magnifies the form to 200%.

magnification 2.0

Thie example reduces the magnification to 67%

magnification 0.67

This example sets the magnification back to actual size (100%).

magnification 1.0

See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but the parameter is now a floating point value, with 1.0 representing a magnification of 100%.