Table of Contents

Method Intersect

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

Intersect(RectD)

Updates this Region to the intersection of itself with the specified RectD structure.

public void Intersect(RectD rect)

Parameters

rect RectD

The RectD structure to intersect with this Region.

Intersect(Region)

Updates this Region to the intersection of itself with the specified Region.

public void Intersect(Region region)

Parameters

region Region

The Region to intersect with this Region.