InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Interop Namespace / Rect Structure / Rect Constructor / Rect Constructor(Point,Point)
The first point that the new rectangle must contain.
The second point that the new rectangle must contain.

In This Topic
    Rect Constructor(Point,Point)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal point1 As Point, _
       ByVal point2 As Point _
    )
    public Rect( 
       Point point1,
       Point point2
    )

    Parameters

    point1
    The first point that the new rectangle must contain.
    point2
    The second point that the new rectangle must contain.
    See Also