Initializes a new instance of the PlainText class.
Name | Description | |
---|---|---|
PlainText(String, Font) |
Initializes a new instance of the PlainText class with the specified Font. |
|
PlainText(String, Font, Brush) |
Initializes a new instance of the PlainText class with the specified Font and SolidBrush. |
|
PlainText(String, Font, PointF) |
Initializes a new instance of the PlainText object with the specified Font and baseline coordinates. |
|
PlainText(String, Font, Brush, PointF) |
Initializes a new instance of the PlainText object with the specified Font, SolidBrush, and baseline coordinates. |
|
PlainText(String, Font, Single, Single) |
Initializes a new instance of the PlainText object with the specified Font and baseline coordinates. |
|
PlainText(String, Font, Brush, PointF, TextAlignment) |
Initializes a new instance of the PlainText object with the specified Font, SolidBrush, TextAlignment, and baseline coordinates. |
|
PlainText(String, Font, Brush, Single, Single) |
Initializes a new instance of the PlainText object with the specified Font, SolidBrush, and baseline coordinates. |
|
PlainText(String, Font, Brush, Single, Single, TextAlignment) |
Initializes a new instance of the PlainText object with the specified Font, SolidBrush, TextAlignment, and baseline coordinates. |