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

    Lists values that indicate how clipping regions can be combined.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    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