C# Class QRPrint.QRHandler

Afficher le fichier Open project: yukimizake/QRPrint

Méthodes publiques

Свойство Type Description
Contents string
Version int

Méthodes publiques

Méthode 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 méthode

public GetImage ( ) : Bitmap
Résultat System.Drawing.Bitmap

QRHandler() public méthode

public QRHandler ( string contents ) : System
contents string
Résultat System

ResizeImage() public static méthode

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.
Résultat System.Drawing.Bitmap

Property Details

Contents public_oe property

public string Contents
Résultat string

Version public_oe property

public int Version
Résultat int