C# Class ModernQR.Imaging.QRImage

Afficher le fichier Open project: jgable/ModernQR Class Usage Examples

Méthodes publiques

Méthode Description
EncodeImage ( String content, Encoding encoding, int cellWidth ) : Bitmap

Encode the content using the encoding scheme given

EncodeImage ( String content, int cellWidth = 5 ) : Bitmap

Encode the content using the encoding scheme given

QRImage ( ) : System
QRImage ( QRCodeEncoder encoder ) : System

Method Details

EncodeImage() public méthode

Encode the content using the encoding scheme given
public EncodeImage ( String content, Encoding encoding, int cellWidth ) : Bitmap
content String
encoding System.Text.Encoding
cellWidth int
Résultat System.Drawing.Bitmap

EncodeImage() public méthode

Encode the content using the encoding scheme given
public EncodeImage ( String content, int cellWidth = 5 ) : Bitmap
content String
cellWidth int
Résultat System.Drawing.Bitmap

QRImage() public méthode

public QRImage ( ) : System
Résultat System

QRImage() public méthode

public QRImage ( QRCodeEncoder encoder ) : System
encoder QRCodeEncoder
Résultat System