Skip to main content
A newer version of this page is available. .

BaseGradientBrushObject.GradientStopsComparer.GetDifference(GradientStop, GradientStop) Method

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.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