This example application shows how to use the QR code library in a WinUI 3 application:
QrCodeControl
is a user control for displaying a QR code.QrCodeDrawing
is a class for drawing a QR code to Win2DCanvasDrawingSession
(resolution independent) or to a PNG file.- Copying a QR code to the clipboard is also shown.