Region::Complement Method

 

Updates this Region to the portion of the specified RectangleF structure that does not intersect with this Region.

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

NameDescription
System_CAPS_pubmethodComplement(GraphicsPath^)

Updates this Region to contain the portion of the specified GraphicsPath that does not intersect with this Region.

System_CAPS_pubmethodComplement(Rectangle)

Updates this Region to contain the portion of the specified Rectangle structure that does not intersect with this Region.

System_CAPS_pubmethodComplement(RectangleF)

Updates this Region to contain the portion of the specified RectangleF structure that does not intersect with this Region.

System_CAPS_pubmethodComplement(Region^)

Updates this Region to contain the portion of the specified Region that does not intersect with this Region.

Return to top
Show: