Tesla Graphics Engine Documentation (January 2012)
RenderTarget2D Constructor (renderSystem, width, height)
TeslaTesla.GraphicsRenderTarget2DRenderTarget2D(IRenderSystemProvider, Int32, Int32)
Creates a new instance of RenderTarget2D with format Color.
Declaration Syntax
C#
public RenderTarget2D(
	IRenderSystemProvider renderSystem,
	int width,
	int height
)
Parameters
renderSystem (IRenderSystemProvider)
Render system used to create the underlying implementation.
width (Int32)
The target width in pixels.
height (Int32)
The target height in pixels.
Exceptions
Exception Condition
ArgumentNullException Thrown if the render system is null.
TeslaException Thrown if creating the underlying render target fails.

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