Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXClipCombineMode Enum

Lists values that indicate how clipping regions can be combined.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v22.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