C# Class Carrotware.Web.UI.Controls.CaptchaImage

Afficher le fichier Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Méthodes publiques

Méthode Description
DecodeColor ( string ColorCode ) : string
EncodeColor ( string ColorCode ) : string
GetCachedCaptcha ( ) : Bitmap
GetCaptchaImage ( Color fg, Color bg, Color n ) : Bitmap
GetKey ( ) : string
Validate ( string TestValue ) : bool

Method Details

DecodeColor() public static méthode

public static DecodeColor ( string ColorCode ) : string
ColorCode string
Résultat string

EncodeColor() public static méthode

public static EncodeColor ( string ColorCode ) : string
ColorCode string
Résultat string

GetCachedCaptcha() public static méthode

public static GetCachedCaptcha ( ) : Bitmap
Résultat System.Drawing.Bitmap

GetCaptchaImage() public static méthode

public static GetCaptchaImage ( Color fg, Color bg, Color n ) : Bitmap
fg Color
bg Color
n Color
Résultat System.Drawing.Bitmap

GetKey() public static méthode

public static GetKey ( ) : string
Résultat string

Validate() public static méthode

public static Validate ( string TestValue ) : bool
TestValue string
Résultat bool