IntersectClip

IntersectClip(Region)

更新此剪辑区域Graphics到当前剪辑区域和指定的交点Region.

public void IntersectClip(Region region)
范围类型描述
regionRegionRegion与当前区域相交。

也可以看看


IntersectClip(Rectangle)

更新此剪辑区域Graphics到当前剪辑区域和指定的交点Rectangle结构.

public void IntersectClip(Rectangle rect)
范围类型描述
rectRectangleRectangle结构与当前剪辑区域相交。

也可以看看


IntersectClip(RectangleF)

更新此剪辑区域Graphics到当前剪辑区域和指定的交点RectangleF结构.

public void IntersectClip(RectangleF rect)
范围类型描述
rectRectangleFRectangleF结构与当前剪辑区域相交。

也可以看看