Constructor Region
Region()
Initializes a new instance of the Region class.
public Region()
Region(Rectangle)
Initializes a new instance of the Region class with the specified rectangle.
public Region(Rectangle rectangle)
Parameters
rectangle
RectangleThe initial rectangle for the region.