C# Class Devcorner.NIdenticon.BlockGenerators.RotatedRectangleGenerator

Inheritance: BlockGenerator
Datei anzeigen Open project: RobThree/NIdenticon

Public Methods

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

Method Details

Draw() public method

public 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

RotatedRectangleGenerator() public method

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