| DebugRendererDrawText Method (StringBuilder) |
Draws the text to the screen.
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public void DrawText(
StringBuilder text
)
Public Sub DrawText (
text As StringBuilder
)
public:
void DrawText(
StringBuilder^ text
)
member DrawText :
text : StringBuilder -> unit
Parameters
- text
- Type: System.TextStringBuilder
The text.
Remarks
The text is added as a text line to a list of text that is drawn to the screen.
See Also