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)

Creates a Rectangle that represents the intersection between this Rectangle and rect.

public void Intersect(RectD rect)

Parameters

rect RectD