Spread Windows Forms 12.0 Product Documentation
IntersectClip Method


FarPoint.Win Assembly > FarPoint.Win Namespace > IBorderGraphics Interface : IntersectClip Method
Region
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)
void IntersectClip( 
   Region region
)

Parameters

region
Region
See Also

Reference

IBorderGraphics Interface
IBorderGraphics Members