C# Class zxingwp7.qrcode.QRCodeWriter

This object renders a QR Code as a ByteMatrix 2D array of greyscale values.
Inheritance: Writer
ファイルを表示 Open project: henningms/zxing2.0-wp7

Public Methods

Method 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

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

Method Details

encode() public method

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

encode() public method

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
return zxingwp7.common.ByteMatrix