[]
Returns one of the PointAtEnum constants, which indicates the kind of list element beneath the specified coordinate pair.
public PointAtEnum PointAt(int x, int y)
Type | Name | Description |
---|---|---|
int | x | The x coordinate in pixels. |
int | y | The y coordinate in pixels. |
Type | Description |
---|---|
PointAtEnum |
The PointAt method returns one of the constants defined in PointAtEnum, which indicates the kind of control element beneath the specified coordinate pair.