C# 클래스 Tibialyzer.HelperFunctions

파일 보기 프로젝트 열기: Mytherin/Tibialyzer

공개 메소드들

메소드 설명
Clamp ( this original ) : Bitmap
ClampPercentage ( this percentage ) : double
ClampPercentage ( this percentage ) : float
Contains ( this array, int start, int length, string text ) : bool
Contains ( this s, string text, System.StringComparison stringComparison ) : bool
IndexOf ( this s, string text ) : int
ToGrayscale ( this original ) : Bitmap
ToTitle ( this str ) : string
isDigit ( this c ) : bool

메소드 상세

Clamp() 공개 정적인 메소드

public static Clamp ( this original ) : Bitmap
original this
리턴 System.Drawing.Bitmap

ClampPercentage() 공개 정적인 메소드

public static ClampPercentage ( this percentage ) : double
percentage this
리턴 double

ClampPercentage() 공개 정적인 메소드

public static ClampPercentage ( this percentage ) : float
percentage this
리턴 float

Contains() 공개 정적인 메소드

public static Contains ( this array, int start, int length, string text ) : bool
array this
start int
length int
text string
리턴 bool

Contains() 공개 정적인 메소드

public static Contains ( this s, string text, System.StringComparison stringComparison ) : bool
s this
text string
stringComparison System.StringComparison
리턴 bool

IndexOf() 공개 정적인 메소드

public static IndexOf ( this s, string text ) : int
s this
text string
리턴 int

ToGrayscale() 공개 정적인 메소드

public static ToGrayscale ( this original ) : Bitmap
original this
리턴 System.Drawing.Bitmap

ToTitle() 공개 정적인 메소드

public static ToTitle ( this str ) : string
str this
리턴 string

isDigit() 공개 정적인 메소드

public static isDigit ( this c ) : bool
c this
리턴 bool