Microsoft DirectX 8.0 (Visual Basic)

D3DDISPLAYMODE

Describes the display mode.

Type D3DDISPLAYMODE
    Format As CONST_D3DFORMAT
    Height As Long
    RefreshRate As Long
    Width As Long
End Type

Members

Format
A member of the CONST_D3DFORMAT enumeration, describing the surface format of the display mode.
Height
The screen height, in pixels.
RefreshRate
The refresh rate. The value of 0 indicates an adapter default.
Width
The screen width, in pixels.

See Also

Direct3D8.EnumAdapterModes, Direct3D8.GetAdapterDisplayMode, Direct3DDevice8.GetDisplayMode