ComponentOne Bitmap for UWP
IntersectsWith Method (ImageRect)

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > ImageRect Structure : IntersectsWith Method
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

Reference

ImageRect Structure
ImageRect Members