C# Класс QRPrint.QRHandler

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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