Table of Contents

Method SubtractRect

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

SubtractRect(RectD)

Subtracts a rectangular region from this region.

void SubtractRect(RectD rect)

Parameters

rect RectD

Rectangular region to subtract.

Remarks

This operation combines the parts of 'this' region that are not part of the second region. The result is stored in this region.