Region::Union Method

 

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

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodUnion(GraphicsPath^)

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

System_CAPS_pubmethodUnion(Rectangle)

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

System_CAPS_pubmethodUnion(RectangleF)

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

System_CAPS_pubmethodUnion(Region^)

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

Return to top
Show: