C# Class AnimalCrossingQR.StructuredAppendQR

Afficher le fichier Open project: jefff/animalcrossingqr

Méthodes publiques

Méthode Description
CreateRawQR ( byte rawData, ErrorCorrectionLevel errorCorrectionLevel ) : ByteMatrix

Private Methods

Méthode Description
GetSmallestVersion ( int size, ErrorCorrectionLevel errorCorrectionLevel ) : int
StructuredAppendQR ( ) : System

Method Details

CreateRawQR() public static méthode

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