C# Класс Subtext.Web.Controls.Captcha.CaptchaImage

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CaptchaImage ( ) : System

Initializes a new instance of the CaptchaImage class.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose ( bool disposing ) : void

Disposes the Captcha image.

GenerateImage ( ) : void

Generates a new Captcha image.

Приватные методы

Метод Описание
GenerateImagePrivate ( ) : Bitmap
RandomPoint ( int xmin, int xmax, int ymin, int ymax ) : PointF

Описание методов

CaptchaImage() публичный Метод

Initializes a new instance of the CaptchaImage class.
public CaptchaImage ( ) : System
Результат System

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() публичный Метод

Disposes the Captcha image.
public Dispose ( bool disposing ) : void
disposing bool if set to true [disposing].
Результат void

GenerateImage() публичный Метод

Generates a new Captcha image.
public GenerateImage ( ) : void
Результат void