C# Class Subtext.Web.Controls.Captcha.CaptchaImage

Inheritance: IDisposable
Mostra file Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
GenerateImagePrivate ( ) : Bitmap
RandomPoint ( int xmin, int xmax, int ymin, int ymax ) : PointF

Method Details

CaptchaImage() public method

Initializes a new instance of the CaptchaImage class.
public CaptchaImage ( ) : System
return System

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Dispose() public method

Disposes the Captcha image.
public Dispose ( bool disposing ) : void
disposing bool if set to true [disposing].
return void

GenerateImage() public method

Generates a new Captcha image.
public GenerateImage ( ) : void
return void