Skip to main content

BaseGradientBrushObject.GradientStopsComparer.GetDifference(GradientStop, GradientStop) Method

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public static int GetDifference(
    GradientStop x,
    GradientStop y
)

Parameters

Name Type
x DevExpress.XtraGauges.Core.Drawing.GradientStop
y DevExpress.XtraGauges.Core.Drawing.GradientStop

Returns

Type
Int32
See Also