Tesla Graphics Engine Documentation (January 2012)
RenderTarget2D Constructor (width, height)
TeslaTesla.GraphicsRenderTarget2DRenderTarget2D(Int32, Int32)
Creates a new instance of RenderTarget2D with format Color.
Declaration Syntax
C#
public RenderTarget2D(
	int width,
	int height
)
Parameters
width (Int32)
The target width in pixels.
height (Int32)
The target height in pixels.
Exceptions
Exception Condition
TeslaException Thrown if creating the underlying render target fails or the render system was not initialized.

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