C# Class CaptchaByPass.RandomImage

Exibir arquivo Open project: candanbolukbas/Secure-Programming-Samples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

RandomImage() public method

public RandomImage ( ) : System
return System

RandomImage() public method

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