Draws the specified text string at the specified location with the specified Brush and Font objects.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# 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.
The x-coordinate of the upper-left corner of the drawn text.
The y-coordinate of the upper-left corner of the drawn text.