Draws the specified text string on the Baltie area.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void DrawString(
	string value,
	int x,
	int y,
	int w,
	int h,
	StringFormat stringFormat
)

Parameters

value
Type: System..::.String
String to draw.
x
Type: System..::.Int32
The X-coordinate of the upper-left corner of the text string.
y
Type: System..::.Int32
The Y-coordinate of the upper-left corner of the text string.
w
Type: System..::.Int32
The width of the drawn area.
h
Type: System..::.Int32
The height of the drawn area.
stringFormat
Type: System.Drawing..::.StringFormat
A string format StringFormat.

See Also