Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenPoint Class / ScreenPoint Constructor
The row on the host screen.
The column on the host screen.


In This Topic
ScreenPoint Constructor
In This Topic
Initializes a new instance of the ScreenPoint class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer _
)
 
'Usage
 
Dim row As Integer
Dim column As Integer
 
Dim instance As New ScreenPoint(row, column)

Parameters

row
The row on the host screen.
column
The column on the host screen.
See Also