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,
	Brush brush,
	Brush backBrush
)

Parameters

value
Type: System..::.String
String to draw.
brush
Type: System.Drawing..::.Brush
The foreground brush Brush used for drawing the text string.
backBrush
Type: System.Drawing..::.Brush
The background brush Brush being used to fill area under the text string.

See Also