System::Drawing::Drawing2D::CombineMode enum
Contents
[
Hide
]CombineMode enum
Specifies how clipping regions are combined.
enum class CombineMode
Values
Name | Value | Description |
---|---|---|
Replace | 0 | One clipping region is replaced by another. |
Intersect | 1 | The two clipping regions are combined by taking their intersection. |
Union | 2 | The two clipping regions are combined by taking the union of both. |
Xor | 3 | The two clipping regions are combined by taking only the area enclosed by one or the other regions, but not both. |
Exclude | 4 | Two clipping regions are combined by taking the area of the first region that does not intersect with the second. |
Complement | 5 | Two clipping regions are combined by taking the area of the second region that does not intersect with the first. |
See Also
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++