Skip to main content
All docs
V26.1
  • StitchingFunction(CustomFunction[], Double[]) Constructor

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public StitchingFunction(
        CustomFunction[] functions,
        double[] bounds
    )

    Parameters

    Name Type
    functions CustomFunction[]
    bounds Double[]
    See Also