ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.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 Boolean
    public bool IntersectsWith( 
       ImageRect rect
    )

    Parameters

    rect
    See Also