Name | Description | |
---|---|---|
BoundedText(String, Font) |
Creates the BoundedText object with the specified Font. |
|
BoundedText(String, Font, Brush) |
Creates the BoundedText object with the specified Font and SolidBrush settings. |
|
BoundedText(String, Font, RectangleF) |
Creates the BoundedText object at the specified location with the specified Font. |
|
BoundedText(String, Font, Brush, RectangleF) |
Creates the BoundedText object at the specified location with the specified Font and SolidBrush settings. |
|
BoundedText(String, Font, Brush, RectangleF, TextAlignment) |
Creates the BoundedText object at the specified location with the specified alignement. |
|
BoundedText(String, Font, Brush, Single, Single, Single, Single) |
Creates the BoundedText object at the specified location with the specified Font and SolidBrush settings. |
|
BoundedText(String, Font, Brush, Single, Single, Single, Single, TextAlignment) |
Creates the BoundedText object with the specified settings. |