Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 581 Bytes

File metadata and controls

28 lines (20 loc) · 581 Bytes

GetZoom

Description

Function GetZoom returns the percentage of the zoom factor in the current document view.

FUNCTION GetZoom : REAL;
def vs.GetZoom():
    return REAL

Remarks

([[User:CBM-c-|c]], 2015.02.27): There are two possibilities to fetch the zoom. Suppose your zoom is 100%:

  • GetZoom: returns 100
  • GetPrefReal(500): returns 1

[sd 8/18/98] Returns the percentage of the zoom factor in the current view. (100.0 would be the value if no zooming was done).

Version

Availability: from VectorWorks 8.0

Category

  • View @ Zoom