ACTIVEAREA

Synopsis
ACTIVEAREA
Description

Outputs the current active area, as set by SETACTIVEAREA.

The active area is output as a list of the form: [XLow YLow XHigh YHigh]. All members are integers.

Example
SETACTIVEAREA [-10 -10 10 10]
SHOW ACTIVEAREA
[-10 -10 10 10]

SourceForge.net Logo