<Code Lib>
2025 Overloads
Changes 0
O

Rectangle (Overloads)

Overloads (3):

Name Return Type Description
C Rectangle() None Create an empty Rectangle instance with values (0,0,0,0).
C Rectangle(Rectangle) None Constructs a new copy of the input ScreenRectangle object.
C Rectangle(Int32, Int32, Int32, Int32) None Creates an Rectangle instance with the specified four integers that represent the left, top, right and bottom of a rectangle.