Table of Contents

Method Intersect

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Intersect(Rectangle, Rectangle)

Returns a third Rectangle structure that represents the intersection of two other Rectangle structures. If there is no intersection, an empty Rectangle is returned.

public static Rectangle Intersect(Rectangle a, Rectangle b)

Parameters

a Rectangle

A first rectangle to intersect.

b Rectangle

A second rectangle to intersect.

Returns

Rectangle

A Rectangle that represents the intersection of a and b.

Intersect(Rectangle)

Replaces this Rectangle with the intersection of itself and the specified Rectangle.

public void Intersect(Rectangle rect)

Parameters

rect Rectangle

The Rectangle with which to intersect.