MobileForms Toolkit Documentation

TextCell.DrawTextLine Method 

Draw the line of text at given position.

protected virtual void DrawTextLine(
Graphics gr,
string line,
Font font,
Brush brush,
int x,
int y,
int width,
int height,
int textIndex
);

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