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