Text Constructor

Overload List

Text(String)Initializes a new instance of the Text class.
Text(Char, Int32) Initializes a new instance of the Text class to the value indicated by a specified char repeated a specified number of times.
Text(Text, Int32) Initializes a new instance of the Text class to the value indicated by a specified text repeated a specified number of times.

See Also