Table of Contents

Method SubtractRegion

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

SubtractRegion(Region)

Subtracts a region from this region.

void SubtractRegion(Region region)

Parameters

region Region

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.