MetafileRecorderGraphics2D.ExcludeClip

ExcludeClip(Rectangle)

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

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

See Also


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