availLeft

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

Interface

PODSScreen

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

Returns

The available left for the PODSScreen object.

See also

availTop, width