Draws a text.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
void DrawText(
	string text,
	ref Point position,
	Color color
)
Visual Basic
Sub DrawText ( 
	text As String,
	ByRef position As Point,
	color As Color
)

Parameters

text
Type: System..::..String
position
Type: System.Drawing..::..Point%
color
Type: System.Drawing..::..Color

See Also