Draws the specified text string in the specified rectangle with the specified Brush and Font objects.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
void DrawString ( |
Visual Basic Copy Code |
---|
Sub DrawString( _ |
The string to draw.
A Font object that defines the text format of the string.
A Brush object that determines the color and texture of the drawn text.
A Rectangle structure that specifies the location of the drawn text.