[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Graphics.ExcludeClip

ExcludeClip Method

ExcludeClip(Rectangle)

Updates the clip region of this Graphics object to exclude the area specified by a Rectangle structure.

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

Rectangle structure that specifies the rectangle to exclude from the clip region.

Remarks

This method excludes the area specified by the rectangle parameter from the current clip region and assigns the resulting area to the Clip property of this Graphics object.

ExcludeClip(Region)

Updates the clip region of this Graphics object to exclude the area specified by a Region object.

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

Region object that specifies the region to exclude from the clipping region.

Remarks

This method excludes the area specified by the region parameter from the current clip region and assigns the resulting area to the Clip property of this Graphics object.