Skip to main content
All docs
V26.1
  • DXPathGradientBrush(DXGraphicsPathData) Constructor

    Initializes a new instance of the DXPathGradientBrush class with specified settings.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public DXPathGradientBrush(
        DXGraphicsPathData pathData
    )

    Parameters

    Name Type Description
    pathData DXGraphicsPathData

    An object that defines the area which this PathGradientBrush should fill.

    See Also