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, PointF point, TextAlignment alignment )
Type: System.String
A string to draw.Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush
SolidBrush determining the color of the drawn text.Type: System.Drawing.PointF
The starting point of the baseline.