Finds the intersection of the current clip region of the graphics object and the specified region.
'Declaration
Sub IntersectClip( _
ByVal As Region _
)
'Usage
Dim instance As IBorderGraphics
Dim region As Region
instance.IntersectClip(region)
Parameters
- region
- Region