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

Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC 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
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

Validate() public static méthode

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