'Declaration Public Function New( _ ByVal row As Integer, _ ByVal column As Integer _ )
'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)
'Usage
Dim row As Integer Dim column As Integer Dim instance As New ScreenPoint(row, column)
public ScreenPoint( int row, int column )
ScreenPoint Class ScreenPoint Members