Graphics.IntersectClip

IntersectClip(Region)

Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region.

public void IntersectClip(Region region)
ParameterTypeDescription
regionRegionRegion to intersect with the current region.

See Also


IntersectClip(Rectangle)

Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure.

public void IntersectClip(Rectangle rect)
ParameterTypeDescription
rectRectangleRectangle structure to intersect with the current clip region.

See Also


IntersectClip(RectangleF)

Updates the clip region of this Graphics to the intersection of the current clip region and the specified RectangleF structure.

public void IntersectClip(RectangleF rect)
ParameterTypeDescription
rectRectangleFRectangleF structure to intersect with the current clip region.

See Also