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):
public Rectangle(
int left,
int top,
int right,
int bottom
)
-
Int32leftThe x-coordinate of the top-left corner.
-
Int32topThe y-coordinate of the top-left corner.
-
Int32rightThe x-coordinate of the bottom-right corner.
-
Int32bottomThe y-coordinate of the bottom-right corner.