C# 클래스 ModernQR.Imaging.QRImage

파일 보기 프로젝트 열기: jgable/ModernQR 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

EncodeImage() 공개 메소드

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
리턴 System.Drawing.Bitmap

EncodeImage() 공개 메소드

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

QRImage() 공개 메소드

public QRImage ( ) : System
리턴 System

QRImage() 공개 메소드

public QRImage ( QRCodeEncoder encoder ) : System
encoder QRCodeEncoder
리턴 System