C# Class FiddlerControls.Utils

Mostrar archivo Open project: polserver/poltools

Public Methods

Method Description
ConvertBmp ( Bitmap bmp ) : Bitmap
ConvertBmpAnim ( Bitmap bmp, int Red, int Green, int Blue ) : Bitmap
ConvertBmpAnimCV5 ( Bitmap bmp, int Red, int Green, int Blue ) : Bitmap
ConvertBmpAnimKR ( Bitmap bmp, int Red, int Green, int Blue ) : Bitmap
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

Method Details

ConvertBmp() public static method

public static ConvertBmp ( Bitmap bmp ) : Bitmap
bmp System.Drawing.Bitmap
return System.Drawing.Bitmap

ConvertBmpAnim() public static method

public static ConvertBmpAnim ( Bitmap bmp, int Red, int Green, int Blue ) : Bitmap
bmp System.Drawing.Bitmap
Red int
Green int
Blue int
return System.Drawing.Bitmap

ConvertBmpAnimCV5() public static method

public static ConvertBmpAnimCV5 ( Bitmap bmp, int Red, int Green, int Blue ) : Bitmap
bmp System.Drawing.Bitmap
Red int
Green int
Blue int
return System.Drawing.Bitmap

ConvertBmpAnimKR() public static method

public static ConvertBmpAnimKR ( Bitmap bmp, int Red, int Green, int Blue ) : Bitmap
bmp System.Drawing.Bitmap
Red int
Green int
Blue int
return System.Drawing.Bitmap

ConvertStringToInt() public static method

Converts string to int with Hex recognition
public static ConvertStringToInt ( string text, int &result ) : bool
text string string to parse
result int out result
return bool

ConvertStringToInt() public static method

Converts string to int with Hex recognition
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