Click or drag to resize
GameDisplayMode Enumeration
Specifies a size, color depth and scaling factor for a display.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public enum GameDisplayMode
Members
  Member nameValueDescription
m320x240x160 320x240-pixel display with 16-bit color
m640x480x161 640x480-pixel display with 16-bit color
m800x600x162 800x600-pixel display with 16-bit color
m1024x768x163 1024x768-pixel display with 16-bit color
m1280x1024x164 1280x1024-pixel display with 16-bit color
m1920x1080x165 1920x1080-pixel display with 16-bit color
m320x240x246 320x240-pixel display with 24-bit color
m640x480x247 640x480-pixel display with 24-bit color
m800x600x248 800x600-pixel display with 24-bit color
m1024x768x249 1024x768-pixel display with 24-bit color
m1280x1024x2410 1280x1024-pixel display with 24-bit color
m1920x1080x2411 1920x1080-pixel display with 24-bit color
m160x120x16_2x12 160x120-pixel view with 16-bit color, scaled up to 320x240-pixel display
m320x240x16_2x13 320x240-pixel view with 16-bit color, scaled up to 640x480-pixel display
m400x300x16_2x14 400x300-pixel view with 16-bit color, scaled up to 800x600-pixel display
m512x384x16_2x15 512x384-pixel view with 16-bit color, scaled up to 1024x768-pixel display
m640x512x16_2x16 640x512-pixel view with 16-bit color, scaled up to 1280x1024-pixel display
m960x540x16_2x17 960x540-pixel view with 16-bit color, scaled up to 1920x1080-pixel display
m160x120x24_2x18 160x120-pixel view with 24-bit color, scaled up to 320x240-pixel display
m320x240x24_2x19 320x240-pixel view with 24-bit color, scaled up to 640x480-pixel display
m400x300x24_2x20 400x300-pixel view with 24-bit color, scaled up to 800x600-pixel display
m512x384x24_2x21 512x384-pixel view with 24-bit color, scaled up to 1024x768-pixel display
m640x512x24_2x22 640x512-pixel view with 24-bit color, scaled up to 1280x1024-pixel display
m960x540x24_2x23 960x540-pixel view with 24-bit color, scaled up to 1920x1080-pixel display
Remarks
Color depth only applies when the display is in full screen mode.
See Also