C# Class CaptchaByPass.RandomImage

Afficher le fichier Open project: candanbolukbas/Secure-Programming-Samples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RandomImage ( ) : System
RandomImage ( string s, int width, int height ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GenerateImage ( ) : void
SetDimensions ( int width, int height ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

RandomImage() public méthode

public RandomImage ( ) : System
Résultat System

RandomImage() public méthode

public RandomImage ( string s, int width, int height ) : System
s string
width int
height int
Résultat System