Table of Contents

Method IntersectsWith

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

IntersectsWith(RectangleF)

Determines if this rectangle intersects with rect.

public bool IntersectsWith(RectangleF rect)

Parameters

rect RectangleF

The rectangle to test.

Returns

bool

This method returns true if there is any intersection.