Method | Description | |
---|---|---|
ConvertBmp ( |
||
ConvertBmpAnim ( |
||
ConvertBmpAnimCV5 ( |
||
ConvertBmpAnimKR ( |
||
ConvertStringToInt ( string text, int &result ) : bool |
Converts string to int with Hex recognition
|
|
ConvertStringToInt ( string text, int &result, int min, int max ) : bool |
Converts string to int with Hex recognition
|
public static ConvertBmp ( |
||
bmp | ||
return |
public static ConvertBmpAnim ( |
||
bmp | ||
Red | int | |
Green | int | |
Blue | int | |
return |
public static ConvertBmpAnimCV5 ( |
||
bmp | ||
Red | int | |
Green | int | |
Blue | int | |
return |
public static ConvertBmpAnimKR ( |
||
bmp | ||
Red | int | |
Green | int | |
Blue | int | |
return |
public static ConvertStringToInt ( string text, int &result ) : bool | ||
text | string | string to parse |
result | int | out result |
return | bool |
public static ConvertStringToInt ( string text, int &result, int min, int max ) : bool | ||
text | string | string to parse |
result | int | out result |
min | int | minvalue |
max | int | maxvalue |
return | bool |