'Declaration Public Function New( _ ByVal point1 As C1Point, _ ByVal point2 As C1Point _ )
'Declaration
Public Function New( _ ByVal point1 As C1Point, _ ByVal point2 As C1Point _ )
'Usage Dim point1 As C1Point Dim point2 As C1Point Dim instance As New C1Rect(point1, point2)
'Usage
Dim point1 As C1Point Dim point2 As C1Point Dim instance As New C1Rect(point1, point2)
public C1Rect( C1Point point1, C1Point point2 )
C1Rect Structure C1Rect Members Overload List