ComponentOne Bitmap for UWP
Intersect Method (RectD)

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

Parameters

a
b
See Also

Reference

RectD Structure
RectD Members