C# 클래스 NCaptcha.Configuration.Config

파일 보기 프로젝트 열기: x2bool/NCaptcha 1 사용 예제들

공개 메소드들

메소드 설명
InitValues ( ) : void
Parse ( object obj ) : Config

보호된 메소드들

메소드 설명
Config ( ) : System
Config ( INumberGenerator random ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Config() 보호된 메소드

protected Config ( ) : System
리턴 System

Config() 보호된 메소드

protected Config ( INumberGenerator random ) : System
random INumberGenerator
리턴 System

InitValues() 공개 메소드

public InitValues ( ) : void
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( object obj ) : Config
obj object
리턴 Config