Initializes a new instance of the ValleyText class.
Name | Description | |
---|---|---|
ValleyText(String, Font) |
Creates the ValleyText object with the specified Font. |
|
ValleyText(String, Font, Brush) |
Creates the ValleyText object with the specified Font and SolidBrush settings. |
|
ValleyText(String, Font, PointF) |
Creates the ValleyText object at the specified location with the specified Font. |
|
ValleyText(String, Font, Brush, PointF) |
Creates the ValleyText object at the specified location with the specified Font and SolidBrush settings. |
|
ValleyText(String, Font, PointF, Single) |
Creates the ValleyText object at the specified location with the specified Font and Bend settings. |
|
ValleyText(String, Font, Single, Single) |
Creates the ValleyText object at the specified location with the specified Font. |
|
ValleyText(String, Font, Brush, PointF, Single) |
Creates the ValleyText object at the specified location with the specified Font, SolidBrush, and Bend settings. |
|
ValleyText(String, Font, Brush, Single, Single) |
Creates the ValleyText object at the specified location with the specified Font and SolidBrush settings. |
|
ValleyText(String, Font, Single, Single, Single) |
Creates the ValleyText object at the specified location with the specified Font and Bend settings. |
|
ValleyText(String, Font, Brush, Single, Single, Single) |
Creates the ValleyText object at the specified location with the specified Font, SolidBrush, and Bend settings. |