Region::Exclude Method

 

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

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

NameDescription
System_CAPS_pubmethodExclude(GraphicsPath^)

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

System_CAPS_pubmethodExclude(Rectangle)

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

System_CAPS_pubmethodExclude(RectangleF)

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

System_CAPS_pubmethodExclude(Region^)

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

Return to top
Show: