 | mxGdiCanvas2DText Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws the given text.
Namespace:
imbSCI.Graph.MXGraph.canvas
Assembly:
imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntaxpublic void 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
Implements
mxICanvas2DText(Double, Double, Double, Double, String, String, String, Boolean, String, String, Boolean, Double, String)
See Also