Draws the specified text string on the Baltie area.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void DrawString(
	string value,
	Font font,
	Color color,
	Color backColor
)

Parameters

value
Type: System..::.String
String to draw.
font
Type: System.Drawing..::.Font
The font type Font used for drawing the specified text string.
color
Type: System.Drawing..::.Color
A color Color of the drawn string.
backColor
Type: System.Drawing..::.Color
The background color Color under the text string.

See Also