C# 클래스 FiddlerControls.Utils

파일 보기 프로젝트 열기: polserver/poltools

공개 메소드들

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