Graphics.ExcludeClip

ExcludeClip(Region)

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

public void ExcludeClip(Region region)
ParameterTypeDescription
regionRegionRegion that specifies the region to exclude from the clip region.

See Also


ExcludeClip(Rectangle)

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

public void ExcludeClip(Rectangle rect)
ParameterTypeDescription
rectRectangleRectangle that specifies the rectangle to exclude from the clip region.

See Also