Click or drag to resize
DigitalRuneDebugRendererDrawTexture Method
Draws a texture.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void DrawTexture(
	Texture2D texture,
	Rectangle rectangle
)

Parameters

texture
Type: Texture2D
The texture.
rectangle
Type: Rectangle
The destination rectangle in screen space.
See Also