Parameters
- screenIndex
- 1 based screen index location. Range = 1 through (rows * columns).
Return Value
A point on the screen.This is a ScreenPoint Object that has a screen coordinate corresponding to a specified index.
Exception | Description |
---|---|
ArgumentOutOfRangeException | This exception is thrown if the screenIndex parameter is outside the range of valid values. |