ComponentOne Bitmap for UWP
IntersectRef Method (RectL)

C1.UWP.DX Assembly > C1.Util.DX Namespace > RectL Structure : IntersectRef Method
Returns a rectangle that represents the intersection of two rectangles.
Syntax
'Declaration
 
Public Shared Sub IntersectRef( _
   ByRef result As RectL, _
   ByRef a As RectL, _
   ByRef b As RectL _
) 
public static void IntersectRef( 
   out RectL result,
   ref RectL a,
   ref RectL b
)

Parameters

result
a
b
See Also

Reference

RectL Structure
RectL Members