Draws the specified text string in the specified rectangle with the specified Brush and Font objects.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
void DrawString ( |
Visual Basic
Copy Code
|
|---|
Sub DrawString( _ |
The string to draw.
A Microsoft.Maui.Font that specifies the font attributes.
A Brush object that determines the color and texture of the drawn text.
A Microsoft.Maui.Graphics.Rect that specifies the location of the drawn text.
See Also