ScreenIndexToCoordinate Method
Gets the screen coordinate of a screen location pointed to by screenIndex.
expression.ScreenIndexToCoordinate( _
ByVal As Integer _
) As ScreenPoint
where
expression is a variable that represents a
IbmScreen Object
Parameters
- screenIndex
- 1 based screen index location. Range = 1 through (rows * columns).
Return Value
A screen coordinate corresponding to a specified index.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.
|