|
|
|
How to combine clipping regions. |
|
|
|
|
|
|
|
System.Object
System.ValueType
System.Enum
WebSupergoo.ImageGlue8.CombineMode
|
|
|
|
|
|
|
System.IComparable
System.IFormattable
System.IConvertible
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
Field
|
|
Description
|
|
|
|
|
|
|
|
Complement
|
|
Exclude the current region from this one. |
|
|
|
|
|
|
|
Exclude
|
|
Exclude this region from the current region. |
|
|
|
|
|
|
|
Intersect
|
|
Intersect with the current region. |
|
|
|
|
|
|
|
Replace
|
|
Replace the current region. |
|
|
|
|
|
|
|
Union
|
|
Union with the current region. |
|
|
|
|
|
|
|
Xor
|
|
Exclusive Or with the current region. |
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|