C# Class Web.Generics.Web.Captcha.Captcha

Mostrar archivo Open project: inspira/Web.Generics

Public Methods

Method Description
Captcha ( ) : System
Captcha ( String text, int width, int height ) : System
Captcha ( int length ) : System
Captcha ( int width, int height, int length ) : System
Draw ( ) : void

Private Methods

Method Description
Randomize ( int length ) : string

Method Details

Captcha() public method

public Captcha ( ) : System
return System

Captcha() public method

public Captcha ( String text, int width, int height ) : System
text String
width int
height int
return System

Captcha() public method

public Captcha ( int length ) : System
length int
return System

Captcha() public method

public Captcha ( int width, int height, int length ) : System
width int
height int
length int
return System

Draw() public method

public Draw ( ) : void
return void