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