Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IBorderGraphics Interface / IntersectClip Method
Region


In This Topic
IntersectClip Method
In This Topic
Finds the intersection of the current clip region of the graphics object and the specified region.
Syntax
'Declaration
 
Sub IntersectClip( _
   ByVal region As Region _
) 
 
'Usage
 
Dim instance As IBorderGraphics
Dim region As Region
 
instance.IntersectClip(region)

Parameters

region
Region
See Also