ISquidRenderer..::..DrawText Method

Draws the text.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


void DrawText(
	string text,
	int x,
	int y,
	int font,
	int color
)
Sub DrawText ( _
	text As String, _
	x As Integer, _
	y As Integer, _
	font As Integer, _
	color As Integer _
)
void DrawText(
	String^ text, 
	int^ x, 
	int^ y, 
	int^ font, 
	int^ color
)

Parameters

text
Type: String
The text.
x
Type: Int32
The x.
y
Type: Int32
The y.
font
Type: Int32
The font.
color
Type: Int32
The color.