C# Class QRPrint.QRHandler

Datei anzeigen Open project: yukimizake/QRPrint

Public Properties

Property Type Description
Contents string
Version int

Public Methods

Method Description
GetImage ( ) : Bitmap
QRHandler ( string contents ) : System
ResizeImage ( System image, int width, int height ) : Bitmap

Resize the image to the specified width and height.

Method Details

GetImage() public method

public GetImage ( ) : Bitmap
return System.Drawing.Bitmap

QRHandler() public method

public QRHandler ( string contents ) : System
contents string
return System

ResizeImage() public static method

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

Property Details

Contents public_oe property

public string Contents
return string

Version public_oe property

public int Version
return int