C# Class CaptchaImage, getputs

Afficher le fichier Open project: vatsal/getputs Class Usage Examples

Méthodes publiques

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

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
SetFamilyName ( string familyName ) : void

Method Details

CaptchaImage() public méthode

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

CaptchaImage() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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