Draws the specified text string in the specified rectangle with the specified Brush and Font objects.
Namespace: MindFusion.DrawingAssembly: MindFusion.Common
void DrawString ( string text, Font font, Brush brush, Rect rect)
Sub DrawString( _ text As String, _ font As Font, _ brush As Brush, _ rect As Rect _)
The string to draw.
A Microsoft.Maui.Graphics.Rect that specifies the location of the drawn text.
DrawString Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace