C# Class Tree.TreeScene

Inheritance: FractalScene
Mostra file Open project: EFanZh/EFanZh

Protected Methods

Method Description
DoDraw ( Graphics graphics ) : void
DoGetBaseSize ( ) : double
DoGetPenWidthFactor ( ) : double

Private Methods

Method Description
DrawTree ( Graphics graphics, double x, double y, double angle, bool offset_left, bool split_left, int level ) : void

Method Details

DoDraw() protected method

protected DoDraw ( Graphics graphics ) : void
graphics System.Drawing.Graphics
return void

DoGetBaseSize() protected method

protected DoGetBaseSize ( ) : double
return double

DoGetPenWidthFactor() protected method

protected DoGetPenWidthFactor ( ) : double
return double