[]
public Point GetCellAtPoint(Point pt)
Public Function GetCellAtPoint(pt As Point) As Point
| Type | Name | Description |
|---|---|---|
| Point | pt |
| Type | Description |
|---|---|
| Point |
public Point GetCellAtPoint(int x, int y)
Public Function GetCellAtPoint(x As Integer, y As Integer) As Point
| Type | Name | Description |
|---|---|---|
| int | x | |
| int | y |
| Type | Description |
|---|---|
| Point |