Enum ClipOperation
Enumerates the logical operations that can be performed when combining two regions.
public enum ClipOperation
Fields
Difference = 0Subtracts the op region from the first region.
Intersect = 1Intersects the two regions.
Enumerates the logical operations that can be performed when combining two regions.
public enum ClipOperation
Difference = 0Subtracts the op region from the first region.
Intersect = 1Intersects the two regions.