[This is preliminary documentation and is subject to change.]
Initializes a new instance of the Text class to the value indicated by a specified text repeated a specified number of times.
Namespace:
Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public Text( Text text, int count ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ text As Text, _ count As Integer _ ) |
Visual C++ |
---|
public: Text( Text^ text, int count ) |
Parameters
- text
- Type: Firefly.Box..::.Text
a text
- count
- Type: System..::.Int32
The number of times text occurs.