BulgeText Constructor

Initializes a new instance of the BulgeText class.

Overload List

Name Description
Public method BulgeText(String, Font)

Creates the BulgeText object with the specified Font.

Public method BulgeText(String, Font, Brush)

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

Public method BulgeText(String, Font, PointF)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

See Also

Reference