Skip to content

Latest commit

 

History

History

Demo-WinUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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