Table of Contents

Method Subtract

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

Subtract(RectD)

Subtracts a rectangular region from this region.

public void Subtract(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.

Subtract(Region)

Subtracts a region from this region.

public void Subtract(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.