MobileForms Toolkit Documentation

CellCollection.GetCellAtPoint Method 

Gets the cell displayed at a point given by its relative coordinates.

public Cell GetCellAtPoint(
int x,
int y
);

Parameters

x
Coordinate x of the point relative to SmartGrid's topleft point.
y
Coordinate y of the point relative to SmartGrid's topleft point.

Return Value

The Cell displayed at the given coordinates or if no cell is displayed there.

See Also

CellCollection Class | Resco.Controls.SmartGrid Namespace