C# Class NCaptcha.Configuration.Config

Afficher le fichier Open project: x2bool/NCaptcha Class Usage Examples

Méthodes publiques

Méthode Description
InitValues ( ) : void
Parse ( object obj ) : Config

Méthodes protégées

Méthode Description
Config ( ) : System
Config ( INumberGenerator random ) : System

Private Methods

Méthode Description
GetBitmapFontStream ( string path ) : Stream
GetDerivedColor ( Color baseColor ) : Color
ParseBool ( string name, string type, object val ) : bool
ParseColor ( string name, string type, object val ) : Color
ParseInt ( string name, string type, object val ) : int
ParseString ( string name, string type, object val ) : string

Method Details

Config() protected méthode

protected Config ( ) : System
Résultat System

Config() protected méthode

protected Config ( INumberGenerator random ) : System
random INumberGenerator
Résultat System

InitValues() public méthode

public InitValues ( ) : void
Résultat void

Parse() public static méthode

public static Parse ( object obj ) : Config
obj object
Résultat Config