//qrcode-kotlin/qrcode/QRCode/renderToGraphics

renderToGraphics

[common]\

@JvmOverloads

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.