ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectF Structure / IntersectRef Method

In This Topic
    IntersectRef Method (RectF)
    In This Topic
    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