C# Class PixelFarm.Agg.FloodFill.ExactMatch

Inheritance: FillingRule
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
CheckPixel ( byte destBuffer, int bufferOffset ) : bool
ExactMatch ( Color fillColor ) : PixelFarm.Drawing

Method Details

CheckPixel() public méthode

public CheckPixel ( byte destBuffer, int bufferOffset ) : bool
destBuffer byte
bufferOffset int
Résultat bool

ExactMatch() public méthode

public ExactMatch ( Color fillColor ) : PixelFarm.Drawing
fillColor PixelFarm.Drawing.Color
Résultat PixelFarm.Drawing