Method | Description | |
---|---|---|
GetConfig ( string key ) : string |
Gets a specify config. Return "" if not found.
|
|
GetConfig ( string key, string defaultValue ) : string |
Gets a specify config. Return @defaultValue if not found.
|
|
LoadImageOrderConfig ( ) : void |
Load image order from configuration file
|
|
RectToString ( |
Convert Rectangle to String
|
|
SetConfig ( string key, string value ) : void |
Sets a specify config.
|
|
StringToRect ( string str ) : |
Convert String to Rectangle
|
public static GetConfig ( string key ) : string | ||
key | string | Configuration key |
return | string |
public static GetConfig ( string key, string defaultValue ) : string | ||
key | string | Configuration key |
defaultValue | string | Default value |
return | string |
public static LoadImageOrderConfig ( ) : void | ||
return | void |
public static RectToString ( |
||
rc | ||
return | string |
public static SetConfig ( string key, string value ) : void | ||
key | string | Configuration key |
value | string | Configuration value |
return | void |
public static StringToRect ( string str ) : |
||
str | string | |
return |