C# Class CaptchaImage, getputs

Datei anzeigen Open project: vatsal/getputs Class Usage Examples

Public Methods

Method Description
CaptchaImage ( string s, int width, int height ) : System
CaptchaImage ( string s, int width, int height, string familyName ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GenerateImage ( ) : void
SetDimensions ( int width, int height ) : void
SetFamilyName ( string familyName ) : void

Method Details

CaptchaImage() public method

public CaptchaImage ( string s, int width, int height ) : System
s string
width int
height int
return System

CaptchaImage() public method

public CaptchaImage ( string s, int width, int height, string familyName ) : System
s string
width int
height int
familyName string
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void