Reflection
ScreenPoint Constructor


The row on the host screen.
The column on the host screen.
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