availTop

The available top for the PODSScreen object; the y-coordinate of the first pixel that is not allocated to permanent or semipermanent user interface features.

Interface

PODSScreen

IDL definition
read-only attribute PODSInt32 availTop;
JavaScript synopsis
screen.availTop
C synopsis
PODSInt32 PODSgetAvailTop(PODSScreen* screen);
Parameters
  • screen   The PODSScreen object.

Returns

The available top for the PODSScreen object.

See also

availHeight