Click or drag to resize
TextArea Constructor
Overload List
  NameDescription
Public methodTextArea(Single, Single, String, Font)
Contructs 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.
Public methodTextArea(Single, Single, Single, String, Font)
Contructs 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.
Public methodTextArea(Single, Single, Single, Single, String, Font)
Contructs a text element that will be rendered in the specified rectangle using the specified font.
Public methodTextArea(Single, Single, Single, String, Font, Color)
Contructs 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.
Public methodTextArea(Single, Single, Single, Single, String, Font, Color)
Contructs a text element that will be rendered in the specified rectangle using the specified font and color.
Top
See Also