Skip to main content
All docs
V25.1
  • DXClipCombineMode Enum

    Lists values that indicate how clipping regions can be combined.

    Namespace: DevExpress.Drawing

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