Click or drag to resize
DigitalRuneDebugRendererDrawText Method (String)
Draws the text to the screen.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void DrawText(
	string text
)

Parameters

text
Type: SystemString
The text.
Remarks
The text is added as a text line to a list of text that is drawn to the screen.
See Also