IntersectClip(Region) Method
In This Topic
Updates the clip region of this
Graphics object to the intersection of the current clip region and the specified
Region object.
Syntax
'Declaration
Public Overloads Sub IntersectClip( _
ByVal As Region _
)
public void IntersectClip(
Region
)
Parameters
- region
- Region object to intersect with the current region.
See Also