PinchText Constructor

Initializes a new instance of the PinchText class.

Overload List

Name Description
Public method PinchText(String, Font)

Creates the PinchText object with the specified Font.

Public method PinchText(String, Font, Brush)

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

Public method PinchText(String, Font, PointF)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

See Also

Reference