Class WeChatQRCode.QRCode
The detected QR code
public class WeChatQRCode.QRCode
- Inheritance
-
WeChatQRCode.QRCode
- Inherited Members
Constructors
QRCode()
public QRCode()
Properties
Code
The string that this QR code represents
public string Code { get; set; }
Property Value
Region
The region of the QR code.
public Point[] Region { get; set; }
Property Value
- Point[]