Tesla Graphics Engine Documentation (January 2012)
PresentationParameters Constructor (format, depthFormat, width, height)
TeslaTesla.GraphicsPresentationParametersPresentationParameters(SurfaceFormat, DepthFormat, Int32, Int32)
Creates a new instance of PresentationParameters.
Declaration Syntax
C#
public PresentationParameters(
	SurfaceFormat format,
	DepthFormat depthFormat,
	int width,
	int height
)
Parameters
format (SurfaceFormat)
The back buffer format..
depthFormat (DepthFormat)
The depth-stencil buffer format.
width (Int32)
The back buffer width.
height (Int32)
The back buffer height.

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