[]
Returns the zero-based index of the display row containing the Y specified coordinate.
public int RowContaining(int y)
| Type | Name | Description |
|---|---|---|
| int | y | The vertical coordinate (Y value) in pixels. |
| Type | Description |
|---|---|
| int | The display row index beneath the specified Y coordinate. |