Draws the specified text string.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public void DrawText(
	string str,
	FontDescriptor fontDescriptor,
	Color color,
	VectorRectangle layoutRect,
	ContentAlignment align
)
Visual Basic (Declaration)
Public Sub DrawText ( _
	str As String, _
	fontDescriptor As FontDescriptor, _
	color As Color, _
	layoutRect As VectorRectangle, _
	align As ContentAlignment _
)
Visual C++
public:
void DrawText(
	String^ str, 
	FontDescriptor^ fontDescriptor, 
	Color color, 
	VectorRectangle layoutRect, 
	ContentAlignment align
)

See Also