BoundedText Constructor

Overload List

Name Description
Public method BoundedText(String, Font)

Creates the BoundedText object with the specified Font.

Public method BoundedText(String, Font, Brush)

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

Public method BoundedText(String, Font, RectangleF)

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

Public method BoundedText(String, Font, Brush, RectangleF)

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

Public method BoundedText(String, Font, Brush, RectangleF, TextAlignment)

Creates the BoundedText object at the specified location with the specified alignement.

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

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

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

Creates the BoundedText object with the specified settings.

See Also

Reference