Tesla Graphics Engine Documentation (January 2012)
DisplayMode Constructor (width, height, format)
TeslaTesla.GraphicsDisplayModeDisplayMode(Int32, Int32, SurfaceFormat)
Creates a new display mode description.
Declaration Syntax
C#
public DisplayMode(
	int width,
	int height,
	SurfaceFormat format
)
Parameters
width (Int32)
Width of the display in pixels
height (Int32)
Height of the display in pixels
format (SurfaceFormat)
Format of the display

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)