Chapter Contents

Previous

Next
Tab Layout: _getClientGeometry

Tab Layout: _getClientGeometry



Returns the bounding box of the client area in the specified units.


Syntax

Syntax

CALL NOTIFY (tabber-name, '_getClientGeometry', ulx, uly, lrx, lry<, units>);

Argument Type Description
ulx
N returns x-coordinate of the upper-left corner
uly
N returns y-coordinate of the upper-left corner
lrx
N returns x-coordinate of the lower-right corner
lry
N returns y-coordinate of the lower-right corner
units
C specifies the unit of measure for the returned coordinates, e.g. "in" or "px". If this optional parameter is not specified, the result defaults to pixels ("px"). Note that regardless of whether "px" (x-pixels) or "py" (y-pixels) are specified the x-coordinates ulx and lrx are returned in x-pixels and the y-coordinates, uly and lry, are returned in y-pixels.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.