IntersectClip

MetafileRecorderGraphics2D.IntersectClip method (1 of 2)

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

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

See Also


MetafileRecorderGraphics2D.IntersectClip method (2 of 2)

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