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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
GetTriangle ( int type, Rectangle r ) : System.Drawing.Point[]

메소드 상세

Draw() 공개 메소드

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

TriangleGenerator() 공개 메소드

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