C# Class zxingwp7.qrcode.QRCodeWriter

This object renders a QR Code as a ByteMatrix 2D array of greyscale values.
Inheritance: Writer
Afficher le fichier Open project: henningms/zxing2.0-wp7

Méthodes publiques

Méthode Description
encode ( String contents, BarcodeFormat format, int width, int height ) : ByteMatrix
encode ( String contents, BarcodeFormat format, int width, int height, Object>.Dictionary hints ) : ByteMatrix

Private Methods

Méthode Description
renderResult ( QRCode code, int width, int height ) : ByteMatrix
setRowColor ( sbyte row, sbyte value_Renamed ) : void

Method Details

encode() public méthode

public encode ( String contents, BarcodeFormat format, int width, int height ) : ByteMatrix
contents String
format BarcodeFormat
width int
height int
Résultat zxingwp7.common.ByteMatrix

encode() public méthode

public encode ( String contents, BarcodeFormat format, int width, int height, Object>.Dictionary hints ) : ByteMatrix
contents String
format BarcodeFormat
width int
height int
hints Object>.Dictionary
Résultat zxingwp7.common.ByteMatrix