RectangleSet.Subtract Methods
Subtracts another area from this RectangleSet.
Overload List
| Name | Description | |
|---|---|---|
| Public method | Subtract(RectangleSet area) | Subtracts another RectangleSet from this RectangleSet. |
| Public method | Subtract(Rectangle rectangle) | Subtracts a rectangle from this RectangleSet. |
Subtract(RectangleSet area)
Subtracts another RectangleSet from this RectangleSet.Syntax
public void Subtract (
RectangleSet area
)Parameters
A rectangle set to subtract from this one.
Remarks
Only the parts outside area will remain.
Subtract(Rectangle rectangle)
Subtracts a rectangle from this RectangleSet.Syntax
public void Subtract (
Rectangle rectangle
)Parameters
A rectangle.
Remarks
Only the parts outside rectangle will remain.
Platforms
Windows, Linux, Android