C# Class GR.Imaging.PixelMaskCollection

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

Public Methods

Method Description
AddMask ( PixelMask pixel_mask ) : void
IsMatch ( FastBitmap bitmap ) : bool
IsMatch ( FastBitmap bitmap, Point offset ) : bool
PixelMaskCollection ( ) : System
PixelMaskCollection ( PixelMask pixel_masks ) : System

Method Details

AddMask() public method

public AddMask ( PixelMask pixel_mask ) : void
pixel_mask PixelMask
return void

IsMatch() public method

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

IsMatch() public method

public IsMatch ( FastBitmap bitmap, Point offset ) : bool
bitmap FastBitmap
offset Point
return bool

PixelMaskCollection() public method

public PixelMaskCollection ( ) : System
return System

PixelMaskCollection() public method

public PixelMaskCollection ( PixelMask pixel_masks ) : System
pixel_masks PixelMask
return System