[]
Returns the SplitIndex of the split containing the specified coordinate.
public int SplitContaining(int x, int y)
Type | Name | Description |
---|---|---|
int | x | The x-coordinate. |
int | y | The y-coordinate. |
Type | Description |
---|---|
int | The SplitIndex beneath the specified coordinate pair. |