Rect Constructor(Point,Size)
In This Topic
Initializes a new instance of the
Rect structure.
Syntax
'Declaration
Public Function New( _
ByVal As Point, _
ByVal As Size _
)
public Rect(
Point ,
Size
)
Parameters
- location
- The location (coordinates of the top left corner) of the rectangle.
- size
- The size of the rectangle.
See Also