C# Class GR.Imaging.BitmapMask

显示文件 Open project: alexhanh/Botting-Library

Public Methods

Method 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 method

public BitmapMask ( Bitmap mask, Point location ) : System
mask System.Drawing.Bitmap
location Point
return System

BitmapMask() public method

public BitmapMask ( Bitmap mask, int x, int y ) : System
mask System.Drawing.Bitmap
x int
y int
return System

BitmapMask() public method

public BitmapMask ( FastBitmap mask, Point location ) : System
mask FastBitmap
location Point
return System

BitmapMask() public method

public BitmapMask ( FastBitmap mask, int x, int y ) : System
mask FastBitmap
x int
y int
return System

IsIn() public method

public IsIn ( FastBitmap bitmap, int tolerance ) : bool
bitmap FastBitmap
tolerance int
return bool

IsMatch() public method

public IsMatch ( FastBitmap bitmap ) : bool
bitmap FastBitmap
return bool