C# Class Fractal.FractalTree

Inheritance: Fractal
Mostrar archivo Open project: EFanZh/EFanZh Class Usage Examples

Protected Methods

Method Description
DoDraw ( Graphics graphics ) : void

Private Methods

Method Description
Draw ( Graphics graphics, double x, double y, double angle, double length, 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