[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Region.Union

Union Method

Union(Rectangle)

Updates this Region object to the union of itself and the specified Rectangle structure.

Declaration
public void Union(Rectangle rectangle)
Parameters
Type Name Description
Rectangle rectangle

The Rectangle structure to unite with this Region object.

Union(Region)

Updates this Region object to the union of itself and the specified Region object.

Declaration
public void Union(Region region)
Parameters
Type Name Description
Region region

The Region object to unite with this Region object.