| MobileForms Toolkit Documentation |
|
TextCell.DrawTextLine Method
Draw the line of text at given position.
Parameters
-
gr
- Graphics to use.
-
line
- Text of line.
-
font
- Font to use.
-
brush
- Brush to use.
-
x
- Top coordinate of line.
-
y
- Left coordinate of line.
-
width
- Width of line.
-
height
- Height of line.
-
textIndex
- Index of the line relative to whole text.
Remarks
Is implemented by: gr.DrawString( line, font, brush, x, y );
See Also
TextCell Class | Resco.Controls.AdvancedTree Namespace