Skip to main content
All docs
V23.2

DXClipCombineMode Enum

Lists values that indicate how clipping regions can be combined.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public enum DXClipCombineMode

Members

Name Description
Replace

One clipping region replaces by another.

Intersect

Two clipping regions are combined by taking their intersection.

See Also