ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.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