TextArea Constructor |
Name | Description | |
---|---|---|
TextArea(Single, Single, String, Font) |
Constructs a text element that will be rendered at the specified (x,y) position using the specified width and font.
The height of the rendered text will be auto-determined. The width is the available width in page.
| |
TextArea(Single, Single, Single, String, Font) |
Constructs a text element that will be rendered at the specified (x,y) position using the specified width and font.
The height of the rendered text will be auto-determined.
| |
TextArea(Single, Single, Single, Single, String, Font) |
Constructs a text element that will be rendered in the specified rectangle using the specified font.
| |
TextArea(Single, Single, Single, String, Font, Color) |
Constructs a text element that will be rendered at the specified (x,y) position using the specified width, font and color.
The height of the rendered text will be auto-determined.
| |
TextArea(Single, Single, Single, Single, String, Font, Color) |
Constructs a text element that will be rendered in the specified rectangle using the specified font and color.
|