Microsoft DirectX 8.1 (C++)

CImageDisplay::CImageDisplay

Constructor method.

Syntax

CImageDisplay(void);

Return Value

No return value.

Remarks

The CImageDisplay class helps renderers that want to determine the format of the current display mode. This member function retrieves the display mode and creates a VIDEOINFO structure that represents its format. The class supplies that format for clients through member functions such as IsPalettized and GetDisplayFormat. If a client detects the display format has changed (perhaps it receives a WM_DISPLAYCHANGED message), it should call RefreshDisplayType.

See Also