Skip to main content
All docs
V25.2
  • DXPathGradientBrush.GetHashCode() Method

    Returns the hash code for the current DXPathGradientBrush object.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.2.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    [JavaNotImplemented]
    public override int GetHashCode()

    Returns

    Type Description
    Int32

    The hash code for the current object.

    See Also