C# 클래스 QRPrint.QRHandler

파일 보기 프로젝트 열기: yukimizake/QRPrint

공개 프로퍼티들

프로퍼티 타입 설명
Contents string
Version int

공개 메소드들

메소드 설명
GetImage ( ) : Bitmap
QRHandler ( string contents ) : System
ResizeImage ( System image, int width, int height ) : Bitmap

Resize the image to the specified width and height.

메소드 상세

GetImage() 공개 메소드

public GetImage ( ) : Bitmap
리턴 System.Drawing.Bitmap

QRHandler() 공개 메소드

public QRHandler ( string contents ) : System
contents string
리턴 System

ResizeImage() 공개 정적인 메소드

Resize the image to the specified width and height.
public static ResizeImage ( System image, int width, int height ) : Bitmap
image System The image to resize.
width int The width to resize to.
height int The height to resize to.
리턴 System.Drawing.Bitmap

프로퍼티 상세

Contents 공개적으로 프로퍼티

public string Contents
리턴 string

Version 공개적으로 프로퍼티

public int Version
리턴 int