ComponentOne Bitmap for WPF
IntersectRef Method (RectF)

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

Parameters

result
a
b
See Also

Reference

RectF Structure
RectF Members