VS:GetZoom: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(add alternate access)
m (fix typo)
Line 27: Line 27:
[sd 8/18/98]
[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).
Returns the percentage of the zoom factor in the current view. (100.0 would be the value if no zooming was done).
 
</remark>
[sd 8/18/98]</remark>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
Availability: from VectorWorks8.0
Availability: from VectorWorks 8.0


</version>
</version>

Revision as of 15:53, 27 February 2015

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

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

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

Remarks

(Orso, 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