RoundText Constructor

Initializes a new instance of the RoundText class.

Overload List

Name Description
Public method RoundText(String, Font)

Creates the RoundText object with the specified Font.

Public method RoundText(String, Font, Brush)

Creates the RoundText object with the specified Font and SolidBrush settings.

Public method RoundText(String, Font, PointF)

Creates the RoundText object at the specified location with the specified Font.

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

Creates the RoundText object at the specified location with the specified Font and SolidBrush settings.

Public method RoundText(String, Font, PointF, Single)

Creates the RoundText object at the specified location with the specified Font and Bend settings.

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

Creates the RoundText object at the specified location with the specified Font.

Public method RoundText(String, Font, Brush, PointF, Single)

Creates the RoundText object at the specified location with the specified Font, SolidBrush, and Bend settings.

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

Creates the RoundText object at the specified location with the specified Font and SolidBrush settings.

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

Creates the RoundText object at the specified location with the specified Font and Bend settings.

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

Creates the RoundText object at the specified location with the specified Font, SolidBrush, and Bend settings.

See Also

Reference