DecoratorInterface

Decorator interface.

Members

Functions

postProcess
void postProcess(QrCode qrCode, RendererInterface renderer, int outputWidth, int outputHeight, int leftPadding, int topPadding, int multiple)

Post-process a QR code.

preProcess
void preProcess(QrCode qrCode, RendererInterface renderer, int outputWidth, int outputHeight, int leftPadding, int topPadding, int multiple)

Pre-process a QR code.

Meta