//qrcode-kotlin/qrcode/QRCode/renderToGraphics
[common]\
fun renderToGraphics(qrCodeGraphics: QRCodeGraphics = graphics, xOffset: Int = 0, yOffset: Int = 0): QRCodeGraphics
Executes all the drawing of the QRCode and returns the QRCodeGraphics of the complete QRCode.