'Declaration Public Enum RegionCombineMode Inherits System.Enum
public enum RegionCombineMode : System.Enum
'Declaration Public Enum RegionCombineMode Inherits System.Enum
public enum RegionCombineMode : System.Enum
Member | Description |
---|---|
Exclude | The second region is excluded from the first. |
Intersect | The two regions are combined by taking their intersection. |
Union | The two regions are combined by taking the union of both. |
Xor | The two regions are combined by taking the area that exists in the first region but not the second and the area that exists in the second region but not the first. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Imaging.RegionCombineMode