[]
Returns the cell position for a set of coordinates.
public bool CellContaining(int x, int y, out int rowAt, out int colAt)
Public Function CellContaining(x As Integer, y As Integer, ByRef rowAt As Integer, ByRef colAt As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | x | |
| int | y | |
| int | rowAt | |
| int | colAt |
| Type | Description |
|---|---|
| bool |