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

Inheritance: IDisposable
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

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

Méthode Description
GenerateImagePrivate ( ) : Bitmap
RandomPoint ( int xmin, int xmax, int ymin, int ymax ) : PointF

Method Details

CaptchaImage() public méthode

Initializes a new instance of the CaptchaImage class.
public CaptchaImage ( ) : System
Résultat System

Dispose() public méthode

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

Dispose() public méthode

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

GenerateImage() public méthode

Generates a new Captcha image.
public GenerateImage ( ) : void
Résultat void