DXClipCombineMode Enum
Lists values that indicate how clipping regions can be combined.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Members
Name | Description |
---|---|
Replace
|
One clipping region replaces by another. |
Intersect
|
Two clipping regions are combined by taking their intersection. |
See Also