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