Skip to main content
All docs
V26.1
  • Fill.CreateAxialShading(ColorSpace, PointF, PointF, IList<CustomFunction>, Range, Boolean, Boolean, Nullable<RectangleF>, Boolean, PdfColor, DXMatrix, Nullable<Double>) Method

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public static AxialShadingFill CreateAxialShading(
        ColorSpace colorSpace,
        PointF axisStart,
        PointF axisEnd,
        IList<CustomFunction> functions,
        Range domain = null,
        bool extendStart = false,
        bool extendEnd = false,
        RectangleF? boundingBox = null,
        bool antiAlias = false,
        PdfColor background = null,
        DXMatrix matrix = null,
        double? opacity = null
    )

    Parameters

    Name Type
    colorSpace ColorSpace
    axisStart PointF
    axisEnd PointF
    functions IList<CustomFunction>

    Optional Parameters

    Name Type Default
    domain Range null
    extendStart Boolean False
    extendEnd Boolean False
    boundingBox Nullable<RectangleF> null
    antiAlias Boolean False
    background PdfColor null
    matrix DXMatrix null
    opacity Nullable<Double> null

    Returns

    Type
    AxialShadingFill
    See Also