C# 클래스 GR.Imaging.PixelMaskCollection

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

공개 메소드들

메소드 설명
AddMask ( PixelMask pixel_mask ) : void
IsMatch ( FastBitmap bitmap ) : bool
IsMatch ( FastBitmap bitmap, Point offset ) : bool
PixelMaskCollection ( ) : System
PixelMaskCollection ( PixelMask pixel_masks ) : System

메소드 상세

AddMask() 공개 메소드

public AddMask ( PixelMask pixel_mask ) : void
pixel_mask PixelMask
리턴 void

IsMatch() 공개 메소드

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

IsMatch() 공개 메소드

public IsMatch ( FastBitmap bitmap, Point offset ) : bool
bitmap FastBitmap
offset Point
리턴 bool

PixelMaskCollection() 공개 메소드

public PixelMaskCollection ( ) : System
리턴 System

PixelMaskCollection() 공개 메소드

public PixelMaskCollection ( PixelMask pixel_masks ) : System
pixel_masks PixelMask
리턴 System