VS:GetVCenter

From Vectorworks Developer
Revision as of 05:54, 30 December 2020 by CBM-c- (talk | contribs) (Transfer Orso to _c_)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

Procedure GetVCenter returns the VectorWorks document coordinates at the center of the drawing window.

PROCEDURE GetVCenter(
VAR centerX,centerY :REAL);
def vs.GetVCenter():
    return center

Parameters

center REAL Returns view center point.

Remarks

(_c_, 2015.03.01): This is not to be confused with the center of the page. The view center is always the center of the open window, so if you resize the window or pan somewhere else, for example, the view center will move accordingly.

Example

Template:WindowScreenSizes

Version

Availability: from VectorWorks 8.0