MobileForms Toolkit Documentation

Cell.Draw Method 

Draws the cell.

protected internal virtual void Draw(
Graphics gr,
int xOffset,
int yOffset,
int gridWidth,
object data,
NodeSpecificCellProperties nscp
);

Parameters

gr
Drawing surface
xOffset
offset of the node from left
yOffset
offset of the node from top
gridWidth
width of node
data
data to display
nscp

See Also

Cell Class | Resco.Controls.AdvancedTree Namespace