ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectD Structure / Intersect Method

In This Topic
    Intersect Method (RectD)
    In This Topic
    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