Table of Contents

Method Intersect

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

Intersect(RectI, RectI)

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

public static RectI Intersect(RectI a, RectI b)

Parameters

a RectI
b RectI

Returns

RectI

Intersect(RectI)

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

public void Intersect(RectI rect)

Parameters

rect RectI