C# Class Devcorner.NIdenticon.BlockGenerators.BlockGenerator

Inheritance: IBlockGenerator
Datei anzeigen Open project: RobThree/NIdenticon

Public Methods

Method Description
BlockGenerator ( int weight ) : System.Drawing
Draw ( Graphics g, Rectangle r, Brush bg, Brush fg, uint seed, bool fliphorizontal ) : void

Method Details

BlockGenerator() public method

public BlockGenerator ( int weight ) : System.Drawing
weight int
return System.Drawing

Draw() public abstract method

public abstract Draw ( Graphics g, Rectangle r, Brush bg, Brush fg, uint seed, bool fliphorizontal ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
bg System.Drawing.Brush
fg System.Drawing.Brush
seed uint
fliphorizontal bool
return void