Table of Contents

Method Intersect

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Intersect(RectD, RectD)

Creates a rectangle that represents the intersection between a and b. If there is no intersection, an empty rectangle is returned.

public static RectD Intersect(RectD a, RectD b)

Parameters

a RectD
b RectD

Returns

RectD

Intersect(RectD)

Changes this rectangle to the rectangle that represents the intersection between this rectangle and the rectangle specified in the rect parameter.

public void Intersect(RectD rect)

Parameters

rect RectD