Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 510 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 510 Bytes

WinUI 3 example application

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 Win2D CanvasDrawingSession (resolution independent) or to a PNG file.
  • Copying a QR code to the clipboard is also shown.

WinUI QR Code App