ComponentOne Bitmap for WPF
Intersect Method (RectF)

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

Parameters

a
b
See Also

Reference

RectF Structure
RectF Members