[]
Returns one of the PointAtEnum enumerations, which indicates the kind of grid element beneath the specified coordinate.
public PointAtEnum PointAt(Point p)
Type | Name | Description |
---|---|---|
Point | p | The Point in client coordinates. |
Type | Description |
---|---|
PointAtEnum | The PointAtEnum enumerations under the given coordinate. |
Returns one of the PointAtEnum constants, which indicates the kind of grid element beneath the specified coordinate.
public PointAtEnum PointAt(int x, int y)
Type | Name | Description |
---|---|---|
int | x | The x-coordinate. |
int | y | The y-coordinate. |
Type | Description |
---|---|
PointAtEnum | The PointAtEnum enumerations under the given coordinate. |