ComponentOne Bitmap for WPF
Intersect Method (ImageRect)

C1.WPF.Bitmap.4 Assembly > C1.WPF.Bitmap Namespace > ImageRect Structure : Intersect Method
Returns a rectangle that represents the intersection of two rectangles.
Syntax
'Declaration
 
Public Shared Function Intersect( _
   ByVal a As ImageRect, _
   ByVal b As ImageRect _
) As ImageRect
public static ImageRect Intersect( 
   ImageRect a,
   ImageRect b
)

Parameters

a
b
See Also

Reference

ImageRect Structure
ImageRect Members