Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / RegionCombineMode Enumeration

In This Topic
    RegionCombineMode Enumeration
    In This Topic
    Specifies the different methods by which two regions can be combined.
    Syntax
    'Declaration
     
    Public Enum RegionCombineMode 
       Inherits System.Enum
    public enum RegionCombineMode : System.Enum 
    Members
    MemberDescription
    ExcludeThe second region is excluded from the first.
    IntersectThe two regions are combined by taking their intersection.
    UnionThe two regions are combined by taking the union of both.
    XorThe 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.RegionCombineMode

    See Also