CombineMode
Specifies how different clipping regions can be combined.
namespace System.Drawing.Drawing2D
{
public enum CombineMode
{
Replace,
Intersect,
Union,
Xor,
Exclude,
Complement
}
}