ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / ImageRect Structure / IntersectsWith Method

In This Topic
    IntersectsWith Method (ImageRect)
    In This Topic
    Determines if this rectangle intersects with rect.
    Syntax
    'Declaration
     
    Public Function IntersectsWith( _
       ByVal rect As ImageRect _
    ) As System.Boolean
    public System.bool IntersectsWith( 
       ImageRect rect
    )

    Parameters

    rect
    See Also