Rectangle(Int32, Int32, Int32, Int32)
Description:
Creates an Rectangle instance with the specified four integers that represent the left, top, right and bottom of a rectangle.
Creates an Rectangle instance with the specified four integers that represent the left, top, right and bottom of a rectangle.
Overloads (3):
-
leftThe x-coordinate of the top-left corner.
-
topThe y-coordinate of the top-left corner.
-
rightThe x-coordinate of the bottom-right corner.
-
bottomThe y-coordinate of the bottom-right corner.