PlainText Constructor

Initializes a new instance of the PlainText class.

Overload List

Name Description
Public method PlainText(String, Font)

Initializes a new instance of the PlainText class with the specified Font.

Public method PlainText(String, Font, Brush)

Initializes a new instance of the PlainText class with the specified Font and SolidBrush.

Public method PlainText(String, Font, PointF)

Initializes a new instance of the PlainText object with the specified Font and baseline coordinates.

Public method PlainText(String, Font, Brush, PointF)

Initializes a new instance of the PlainText object with the specified Font, SolidBrush, and baseline coordinates.

Public method PlainText(String, Font, Single, Single)

Initializes a new instance of the PlainText object with the specified Font and baseline coordinates.

Public method PlainText(String, Font, Brush, PointF, TextAlignment)

Initializes a new instance of the PlainText object with the specified Font, SolidBrush, TextAlignment, and baseline coordinates.

Public method PlainText(String, Font, Brush, Single, Single)

Initializes a new instance of the PlainText object with the specified Font, SolidBrush, and baseline coordinates.

Public method PlainText(String, Font, Brush, Single, Single, TextAlignment)

Initializes a new instance of the PlainText object with the specified Font, SolidBrush, TextAlignment, and baseline coordinates.

See Also

Reference