MobileForms Toolkit Documentation

NodeTemplate.Draw Method 

Draws the Node on given offset with given maximal width.

protected internal virtual void Draw(
Graphics gr,
int xOffset,
int yOffset,
Node node,
int width,
int height
);

Parameters

gr
Graphics to draw.
xOffset
Offset from the left.
yOffset
Offset from the top.
node
Node with the data to display.
width
Width of the control.
height

See Also

NodeTemplate Class | Resco.Controls.AdvancedTree Namespace