Initializes a new instance of the PlainText object with the specified Font, SolidBrush, TextAlignment, and baseline coordinates.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public PlainText( string text, Font font, Brush brush, float x, float y, TextAlignment alignment )
Type: System.String
A string to draw.Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush
SolidBrush determining the color of the drawn text.Type: System.Single
The x-coordinate of the starting point of the baseline.Type: System.Single
The y-coordinate of the starting point of the baseline.