Returns the bounds of the main display device (Macintosh Only).
PROCEDURE GetMainDisplayBounds(
VAR outTop : INTEGER;
VAR outLeft : INTEGER;
VAR outBottom : INTEGER;
VAR outRight : INTEGER);def vs.GetMainDisplayBounds():
return (outTop, outLeft, outBottom, outRight)| Name | Type | Description |
|---|---|---|
| outTop | INTEGER | |
| outLeft | INTEGER | |
| outBottom | INTEGER | |
| outRight | INTEGER |
Availability: from Vectorworks 2014