C# Class AnimalCrossingQR.StructuredAppendQR

显示文件 Open project: jefff/animalcrossingqr

Public Methods

Method Description
CreateRawQR ( byte rawData, ErrorCorrectionLevel errorCorrectionLevel ) : ByteMatrix

Private Methods

Method Description
GetSmallestVersion ( int size, ErrorCorrectionLevel errorCorrectionLevel ) : int
StructuredAppendQR ( ) : System

Method Details

CreateRawQR() public static method

public static CreateRawQR ( byte rawData, ErrorCorrectionLevel errorCorrectionLevel ) : ByteMatrix
rawData byte
errorCorrectionLevel ZXing.QrCode.Internal.ErrorCorrectionLevel
return ByteMatrix