Text Constructor (String) |
Constructs a Text object from a string.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Text(
string text
)
Public Sub New (
text As String
)
public:
Text(
String^ text
)
new :
text : string -> Text
Parameters
- text
- Type: SystemString
A string that is to be converted to a Text object.
See Also