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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public static FunctionBasedShadingFill CreateFunctionBasedShading(
        ColorSpace colorSpace,
        IList<CustomFunction> functions,
        Range domainX = null,
        Range domainY = null,
        RectangleF? boundingBox = null,
        bool antiAlias = false,
        PdfColor background = null,
        DXMatrix matrix = null,
        double? opacity = null
    )

    Parameters

    Name Type
    colorSpace ColorSpace
    functions IList<CustomFunction>

    Optional Parameters

    Name Type Default
    domainX Range null
    domainY Range null
    boundingBox Nullable<RectangleF> null
    antiAlias Boolean False
    background PdfColor null
    matrix DXMatrix null
    opacity Nullable<Double> null

    Returns

    Type
    FunctionBasedShadingFill
    See Also