Rect Constructor(Point,Point)
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As Point, _
ByVal As Point _
)
public Rect(
Point ,
Point
)
Parameters
- point1
- The first point that the new rectangle must contain.
- point2
- The second point that the new rectangle must contain.
See Also