Draws the specified text string at the specified location with the specified Brush and Font objects.
Namespace: MindFusion.DrawingAssembly: MindFusion.Common
void DrawString ( string text, Font font, Brush brush, double x, double y)
Sub DrawString( _ text As String, _ font As Font, _ brush As Brush, _ x As Double, _ y As Double _)
The string to draw.
DrawString Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace