C# Класс FiddlerControls.Utils

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ConvertBmp() публичный статический Метод

public static ConvertBmp ( Bitmap bmp ) : Bitmap
bmp System.Drawing.Bitmap
Результат System.Drawing.Bitmap

ConvertBmpAnim() публичный статический Метод

public static ConvertBmpAnim ( Bitmap bmp, int Red, int Green, int Blue ) : Bitmap
bmp System.Drawing.Bitmap
Red int
Green int
Blue int
Результат System.Drawing.Bitmap

ConvertBmpAnimCV5() публичный статический Метод

public static ConvertBmpAnimCV5 ( Bitmap bmp, int Red, int Green, int Blue ) : Bitmap
bmp System.Drawing.Bitmap
Red int
Green int
Blue int
Результат System.Drawing.Bitmap

ConvertBmpAnimKR() публичный статический Метод

public static ConvertBmpAnimKR ( Bitmap bmp, int Red, int Green, int Blue ) : Bitmap
bmp System.Drawing.Bitmap
Red int
Green int
Blue int
Результат System.Drawing.Bitmap

ConvertStringToInt() публичный статический Метод

Converts string to int with Hex recognition
public static ConvertStringToInt ( string text, int &result ) : bool
text string string to parse
result int out result
Результат bool

ConvertStringToInt() публичный статический Метод

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
Результат bool