hiScaleMagnifier
hiScaleMagnifier(
n_scale
)
=> t / nil
Description
Changes the zooming factor of the magnifier dynamically.
Argument
|
n_scale
|
A float argument that modifies the scale factor of the contents of the magnifier by the given scale argument. For example, a scale factor of 1.0 does not changes what is shown in the magnifier, while a scale factor of 0.5 modifies the geometries so that they are half the size.
|
Value Returned
|
t
|
Magnifier size has been successfully scaled.
|
|
nil
|
Magnifier scale not changed.
|
Related Topics
Magnifier Functions
hiGetMagnifierSize
hiIsMagnifierAnchored
hiIsMagnifierOpened
hiResizeMagnifier
hiToggleAnchorMagnifier
hiToggleMagnifier
hiToggleMagnifierResolution
Return to top