C# 클래스 GR.Imaging.BitmapMask

파일 보기 프로젝트 열기: alexhanh/Botting-Library

공개 메소드들

메소드 설명
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

메소드 상세

BitmapMask() 공개 메소드

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

BitmapMask() 공개 메소드

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

BitmapMask() 공개 메소드

public BitmapMask ( FastBitmap mask, Point location ) : System
mask FastBitmap
location Point
리턴 System

BitmapMask() 공개 메소드

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

IsIn() 공개 메소드

public IsIn ( FastBitmap bitmap, int tolerance ) : bool
bitmap FastBitmap
tolerance int
리턴 bool

IsMatch() 공개 메소드

public IsMatch ( FastBitmap bitmap ) : bool
bitmap FastBitmap
리턴 bool