GetWindow method

Returns the coordinates of the windowed plotting area.

Syntax

object.GetWindow FromX, FromY, ToX, ToY

Where:

     object is a PlotManager object;

     FromX and FromY are double-precision variables representing the lower-left X and Y coordinates of the window.

     ToX and ToY are double-precision variables representing the upper-right X and Y coordinates of the window.

Examples ...

GetWindow method example