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
)