RoofText Constructor

Initializes a new instance of the RoofText class.

Overload List

Name Description
Public method RoofText(String, Font)

Creates the RoofText object with the specified Font.

Public method RoofText(String, Font, Brush)

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

Public method RoofText(String, Font, PointF)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

See Also

Reference