delegateFillPath abstract method

void delegateFillPath(
  1. PdfPath path,
  2. PdfColor color,
  3. PdfFillRule rule,
  4. double alpha,
)

Delegated paint ops (the base flushes before each).

Implementation

void delegateFillPath(
    PdfPath path, PdfColor color, PdfFillRule rule, double alpha);