Tesla Graphics Engine Documentation (January 2012)
Texture2DImplementation Constructor (width, height, format)
TeslaTesla.Graphics.ImplementationTexture2DImplementationTexture2DImplementation(Int32, Int32, SurfaceFormat)
Creates a new instance of Texture2DImplementation.
Declaration Syntax
C#
public Texture2DImplementation(
	int width,
	int height,
	SurfaceFormat format
)
Parameters
width (Int32)
The texture width in pixels.
height (Int32)
The texture height in pixels.
format (SurfaceFormat)
The surface format.

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