NoRenderer..::..DrawText Method

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

Syntax


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

Parameters

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