Clip |
public enum ClipType
| Member name | Value | Description |
|---|---|---|
| NoClip | 0 | No clipping. |
| Intersection | 1 | Intersection clipping (common area). |
| Union | 2 | Union clipping (combined area). |
| Difference | 3 | Difference clipping (subtracting second shape from first). |
| Xor | 4 | Xor clipping (exclusive or, areas not overlapping). |
The ClipType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |