WebPlanner Programmer's Guide

GdiGraphics.IntersectClip Method

See Also
 


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

 Overload List

Name Description

GdiGraphics.IntersectClip (Rectangle)

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

GdiGraphics.IntersectClip (RectangleF)

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

GdiGraphics.IntersectClip (Region)

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

 See Also