Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 715 Bytes

File metadata and controls

31 lines (22 loc) · 715 Bytes

GetVCenter

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

Name Type Description
center REAL Returns view center point.

Remarks

([[User:CBM-c-|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.

Examples

ndowScreenSizes}}

Version

Availability: from VectorWorks 8.0

Category

  • View @ Zoom