Graphics.IntersectClip Method

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

Overload List

Name Description
Public method IntersectClip(Rectangle)

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

Public method IntersectClip(Region)

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

See Also

Reference