'Declaration Public Enum RegionCombineMode Inherits System.Enum
public enum RegionCombineMode : System.Enum
__value public enum RegionCombineMode : public System.Enum
public enum class RegionCombineMode : public System.Enum
'Declaration Public Enum RegionCombineMode Inherits System.Enum
public enum RegionCombineMode : System.Enum
__value public enum RegionCombineMode : public System.Enum
public enum class RegionCombineMode : public System.Enum
Member | Description |
---|---|
Replace | One clipping region is replaced by another. |
Intersect | Two clipping regions are combined by taking their intersection. |
Union | Two clipping regions are combined by taking the union of both. |
Xor | Two clipping regions are combined by taking only the areas enclosed by one or the other region, but not both. |
Exclude | Specifies that the existing region is replaced by the result of the new region being removed from the existing region. Said differently, the new region is excluded from the existing region. |
Complement | Specifies that the existing region is replaced by the result of the existing region being removed from the new region. Said differently, the existing region is excluded from the new region. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Drawing.RegionCombineMode
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5