C# Класс Tibialyzer.HelperFunctions

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

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

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