C# Class GR.Imaging.PixelMask

Afficher le fichier Open project: alexhanh/Botting-Library Class Usage Examples

Méthodes publiques

Méthode Description
FromPosHexString ( string s ) : PixelMask
IsMatch ( Bitmap bitmap ) : bool
IsMatch ( FastBitmap bitmap ) : bool
IsMatch ( FastBitmap bitmap, int tolerance ) : bool
Offset ( Point p ) : void
PixelMask ( Point location, Color color ) : System
PixelMask ( int x, int y, Color color ) : System
PixelMask ( int x, int y, int argb ) : System
PixelMask ( int x, int y, int r, int g, int b ) : System
ToColor ( ) : Color

Method Details

FromPosHexString() public static méthode

public static FromPosHexString ( string s ) : PixelMask
s string
Résultat PixelMask

IsMatch() public méthode

public IsMatch ( Bitmap bitmap ) : bool
bitmap System.Drawing.Bitmap
Résultat bool

IsMatch() public méthode

public IsMatch ( FastBitmap bitmap ) : bool
bitmap FastBitmap
Résultat bool

IsMatch() public méthode

public IsMatch ( FastBitmap bitmap, int tolerance ) : bool
bitmap FastBitmap
tolerance int
Résultat bool

Offset() public méthode

public Offset ( Point p ) : void
p Point
Résultat void

PixelMask() public méthode

public PixelMask ( Point location, Color color ) : System
location Point
color Color
Résultat System

PixelMask() public méthode

public PixelMask ( int x, int y, Color color ) : System
x int
y int
color Color
Résultat System

PixelMask() public méthode

public PixelMask ( int x, int y, int argb ) : System
x int
y int
argb int
Résultat System

PixelMask() public méthode

public PixelMask ( int x, int y, int r, int g, int b ) : System
x int
y int
r int
g int
b int
Résultat System

ToColor() public méthode

public ToColor ( ) : Color
Résultat Color