PdfStitchingFunction constructor
PdfStitchingFunction(
- PdfDocument pdfDocument, {
- required List<
PdfFunction> functions, - required List<
double> bounds, - double domainStart = 0,
- double domainEnd = 1,
Implementation
PdfStitchingFunction(
PdfDocument pdfDocument, {
required this.functions,
required this.bounds,
this.domainStart = 0,
this.domainEnd = 1,
}) : super(pdfDocument);