Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmScreen Interface : ScreenIndexToCoordinate Method |
'Declaration
Function ScreenIndexToCoordinate( _ ByVal screenIndex As Integer _ ) As ScreenPoint
'Usage
Dim instance As IIbmScreen Dim screenIndex As Integer Dim value As ScreenPoint value = instance.ScreenIndexToCoordinate(screenIndex)
ScreenPoint ScreenIndexToCoordinate( int screenIndex )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | This exception is thrown if the screenIndex parameter is outside the range of valid values. |