 | mxICanvas2DText Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Namespace:
imbSCI.Graph.MXGraph.canvas
Assembly:
imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntaxvoid Text(
double x,
double y,
double w,
double h,
string str,
string align,
string valign,
bool wrap,
string format,
string overflow,
bool clip,
double rotation,
string dir
)
Request Example
View SourceParameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
- w
- Type: SystemDouble
- h
- Type: SystemDouble
- str
- Type: SystemString
- align
- Type: SystemString
- valign
- Type: SystemString
- wrap
- Type: SystemBoolean
- format
- Type: SystemString
- overflow
- Type: SystemString
- clip
- Type: SystemBoolean
- rotation
- Type: SystemDouble
- dir
- Type: SystemString
See Also