C# Class GR.Imaging.PixelMaskCollection

Afficher le fichier Open project: alexhanh/Botting-Library

Méthodes publiques

Méthode 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 méthode

public AddMask ( PixelMask pixel_mask ) : void
pixel_mask PixelMask
Résultat void

IsMatch() public méthode

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

IsMatch() public méthode

public IsMatch ( FastBitmap bitmap, Point offset ) : bool
bitmap FastBitmap
offset Point
Résultat bool

PixelMaskCollection() public méthode

public PixelMaskCollection ( ) : System
Résultat System

PixelMaskCollection() public méthode

public PixelMaskCollection ( PixelMask pixel_masks ) : System
pixel_masks PixelMask
Résultat System