[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.RegionCombineMode

RegionCombineMode Enum

Specifies the different methods by which two regions can be combined.

Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public enum RegionCombineMode
Public Enum RegionCombineMode

Fields

Name 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.