ExcludeClip

MetafileRecorderGraphics2D.ExcludeClip method (1 of 2)

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


MetafileRecorderGraphics2D.ExcludeClip method (2 of 2)

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