C# 클래스 Devcorner.NIdenticon.BlockGenerators.BlockGenerator

상속: IBlockGenerator
파일 보기 프로젝트 열기: RobThree/NIdenticon

공개 메소드들

메소드 설명
BlockGenerator ( int weight ) : System.Drawing
Draw ( Graphics g, Rectangle r, Brush bg, Brush fg, uint seed, bool fliphorizontal ) : void

메소드 상세

BlockGenerator() 공개 메소드

public BlockGenerator ( int weight ) : System.Drawing
weight int
리턴 System.Drawing

Draw() 공개 추상적인 메소드

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
리턴 void