MobileForms Toolkit Documentation

Cell.CalculateBounds Method 

Calculates the current bounds of cell, in the node rectangle.

protected internal virtual Rectangle CalculateBounds(
int xOffset,
int yOffset,
Node node,
int gridWidth,
NodeSpecificCellProperties preNscp
);

Parameters

xOffset
offset of node from left
yOffset
offset of node from top
node
gridWidth
width of node
preNscp

Return Value

rectangle with actual bounds

See Also

Cell Class | Resco.Controls.AdvancedTree Namespace