Text Constructor (String, Int32) |
Constructs a Text object from a string with specified
alignment.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic Text(
string text,
int alignment
)
Public Sub New (
text As String,
alignment As Integer
)
public:
Text(
String^ text,
int alignment
)
new :
text : string *
alignment : int -> Text
Parameters
- text
- Type: System.String
The String that is to be converted to a Text object.
- alignment
- Type: System.Int32
An int which specifies the alignment.
Remarks
The alignment determines the position of the reference point on the
horizontally aligned box containing the drawn text. It is the
bitwise combination of the following:
See Also