Back to Devexpress

DXClipCombineMode Enum

corelibraries-devexpress-dot-drawing-19968aa1.md

latest842 B
Original Source

DXClipCombineMode Enum

Lists values that indicate how clipping regions can be combined.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public enum DXClipCombineMode
vb
Public Enum DXClipCombineMode

Members

NameDescription
Replace

One clipping region replaces by another.

| | Intersect |

Two clipping regions are combined by taking their intersection.

|

See Also

DevExpress.Drawing Namespace