Draws the specified text string at the specified location with the specified Brush and Font objects.
Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing
Java
![]() |
---|
public void drawString ( |
The string to draw.
The Font that defines the text format of the string.
The Brush that determines the color of the drawn text.
A RectangleD object that specifies the location of the drawn text.