[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBGrid.PointAt

PointAt Method

PointAt(Point)

Returns one of the PointAtEnum enumerations, which indicates the kind of grid element beneath the specified coordinate.

Declaration
public PointAtEnum PointAt(Point p)
Parameters
Type Name Description
Point p

The Point in client coordinates.

Returns
Type Description
PointAtEnum

The PointAtEnum enumerations under the given coordinate.

PointAt(int, int)

Returns one of the PointAtEnum constants, which indicates the kind of grid element beneath the specified coordinate.

Declaration
public PointAtEnum PointAt(int x, int y)
Parameters
Type Name Description
int x

The x-coordinate.

int y

The y-coordinate.

Returns
Type Description
PointAtEnum

The PointAtEnum enumerations under the given coordinate.