Text Constructor |
Overload List
Name | Description | |
---|---|---|
Text(ViewBase, Point, String) |
Creates a new text instance with the given text string.
| |
Text(ViewBase, Point, String, PlacingBase) |
Creates a new text instance with the given text string using a specific placing type.
| |
Text(ViewBase, Point, String, TextTextAttributes) |
Creates a new text instance with the given text string and text attributes.
| |
Text(ViewBase, Point, String, PlacingBase, TextTextAttributes) |
Creates a new text instance with the given text string and text attributes
using a specific placing type.
|
See Also