Constructs a Text object from a string.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public Text( string text ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ text As String _ ) |
Visual C++ |
---|
public: Text( String^ text ) |
Parameters
- text
- Type: System..::.String
A string that is to be converted to a Text object.