Search
IGraphics.IntersectClip Method
See Also
 





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

 Overload List

Name Description

IGraphics.IntersectClip (Rectangle)

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

IGraphics.IntersectClip (RectangleF)

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

IGraphics.IntersectClip (Region)

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

 See Also