GraphicsDevice.drawText

Renders text using default font. Params : text : text to draw x : y :

class GraphicsDevice
void
drawText
()
(
in wstring text
,
in float x
,
in float y
,
in auto ref color = Color.Black
)

Meta