ComponentOne Bitmap for UWP
Intersect Method (RectL)

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

Parameters

a
b
See Also

Reference

RectL Structure
RectL Members