ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / ImageRect Structure / Intersect Method

In This Topic
    Intersect Method (ImageRect)
    In This Topic
    Returns a rectangle that represents the intersection of two rectangles.
    Syntax
    'Declaration
     
    Public Shared Function Intersect( _
       ByVal a As ImageRect, _
       ByVal b As ImageRect _
    ) As ImageRect
    public static ImageRect Intersect( 
       ImageRect a,
       ImageRect b
    )

    Parameters

    a
    b
    See Also