C# 클래스 zxingwp7.qrcode.QRCodeWriter

This object renders a QR Code as a ByteMatrix 2D array of greyscale values.
상속: Writer
파일 보기 프로젝트 열기: henningms/zxing2.0-wp7

공개 메소드들

메소드 설명
encode ( String contents, BarcodeFormat format, int width, int height ) : ByteMatrix
encode ( String contents, BarcodeFormat format, int width, int height, Object>.Dictionary hints ) : ByteMatrix

비공개 메소드들

메소드 설명
renderResult ( QRCode code, int width, int height ) : ByteMatrix
setRowColor ( sbyte row, sbyte value_Renamed ) : void

메소드 상세

encode() 공개 메소드

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

encode() 공개 메소드

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