InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems 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)
    public ScreenPoint( 
       int row,
       int column
    )

    Parameters

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