C# Class GR.Imaging.BitmapMask

Afficher le fichier Open project: alexhanh/Botting-Library

Méthodes publiques

Méthode Description
BitmapMask ( Bitmap mask, Point location ) : System
BitmapMask ( Bitmap mask, int x, int y ) : System
BitmapMask ( FastBitmap mask, Point location ) : System
BitmapMask ( FastBitmap mask, int x, int y ) : System
IsIn ( FastBitmap bitmap, int tolerance ) : bool
IsMatch ( FastBitmap bitmap ) : bool

Method Details

BitmapMask() public méthode

public BitmapMask ( Bitmap mask, Point location ) : System
mask System.Drawing.Bitmap
location Point
Résultat System

BitmapMask() public méthode

public BitmapMask ( Bitmap mask, int x, int y ) : System
mask System.Drawing.Bitmap
x int
y int
Résultat System

BitmapMask() public méthode

public BitmapMask ( FastBitmap mask, Point location ) : System
mask FastBitmap
location Point
Résultat System

BitmapMask() public méthode

public BitmapMask ( FastBitmap mask, int x, int y ) : System
mask FastBitmap
x int
y int
Résultat System

IsIn() public méthode

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

IsMatch() public méthode

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