WedgeText Constructor

Initializes a new instance of the WedgeText class.

Overload List

Name Description
Public method WedgeText(String, Font)

Creates the WedgeText object with the specified Font.

Public method WedgeText(String, Font, Brush)

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

Public method WedgeText(String, Font, PointF)

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

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

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

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

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

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

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

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

Creates the WedgeText object at the specified location with the specified settings.

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

Creates the WedgeText object at the specified location with the specified settings.

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

Creates the WedgeText object at the specified location with the specified settings.

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

Creates the WedgeText object at the specified location with the specified settings.

See Also

Reference