Initializes a new instance of the RoundText class.
Name | Description | |
---|---|---|
RoundText(String, Font) | ||
RoundText(String, Font, Brush) |
Creates the RoundText object with the specified Font and SolidBrush settings. |
|
RoundText(String, Font, PointF) |
Creates the RoundText object at the specified location with the specified Font. |
|
RoundText(String, Font, Brush, PointF) |
Creates the RoundText object at the specified location with the specified Font and SolidBrush settings. |
|
RoundText(String, Font, PointF, Single) |
Creates the RoundText object at the specified location with the specified Font and Bend settings. |
|
RoundText(String, Font, Single, Single) |
Creates the RoundText object at the specified location with the specified Font. |
|
RoundText(String, Font, Brush, PointF, Single) |
Creates the RoundText object at the specified location with the specified Font, SolidBrush, and Bend settings. |
|
RoundText(String, Font, Brush, Single, Single) |
Creates the RoundText object at the specified location with the specified Font and SolidBrush settings. |
|
RoundText(String, Font, Single, Single, Single) |
Creates the RoundText object at the specified location with the specified Font and Bend settings. |
|
RoundText(String, Font, Brush, Single, Single, Single) |
Creates the RoundText object at the specified location with the specified Font, SolidBrush, and Bend settings. |