C# Class Tibialyzer.HelperFunctions

Afficher le fichier Open project: Mytherin/Tibialyzer

Méthodes publiques

Méthode Description
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

Method Details

Clamp() public static méthode

public static Clamp ( this original ) : Bitmap
original this
Résultat System.Drawing.Bitmap

ClampPercentage() public static méthode

public static ClampPercentage ( this percentage ) : double
percentage this
Résultat double

ClampPercentage() public static méthode

public static ClampPercentage ( this percentage ) : float
percentage this
Résultat float

Contains() public static méthode

public static Contains ( this array, int start, int length, string text ) : bool
array this
start int
length int
text string
Résultat bool

Contains() public static méthode

public static Contains ( this s, string text, System.StringComparison stringComparison ) : bool
s this
text string
stringComparison System.StringComparison
Résultat bool

IndexOf() public static méthode

public static IndexOf ( this s, string text ) : int
s this
text string
Résultat int

ToGrayscale() public static méthode

public static ToGrayscale ( this original ) : Bitmap
original this
Résultat System.Drawing.Bitmap

ToTitle() public static méthode

public static ToTitle ( this str ) : string
str this
Résultat string

isDigit() public static méthode

public static isDigit ( this c ) : bool
c this
Résultat bool