Enum XCombineMode
Specifies how different clipping regions can be combined.
public enum XCombineMode
Fields
Complement = 5
Not yet implemented in PDFsharp.
Exclude = 4
Not yet implemented in PDFsharp.
Intersect = 1
Two clipping regions are combined by taking their intersection.
Replace = 0
One clipping region is replaced by another.
Union = 2
Not yet implemented in PDFsharp.
Xor = 3
Not yet implemented in PDFsharp.