OverlayBitmap::getWidth Method

Returns the width of the OverlayBitmap.
Syntax:
long getWidth() const;
Return value:

The width in pixels of the OverlayBitmap.

Remarks:

The width of the OverlayBitmap is equal to the width of the currently used video format.

See also: OverlayBitmap, OverlayBitmap::getHeight

<< OverlayBitmap