width

The width for the PODSScreen object.

Interface

PODSScreen

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

Returns

The width for the PODSScreen object.

Remarks

Width is the display screen width, in pixels.

See also

availWidth