C# Class Fractal.FractalTree

Inheritance: Fractal
Afficher le fichier Open project: EFanZh/EFanZh Class Usage Examples

Méthodes protégées

Méthode Description
DoDraw ( Graphics graphics ) : void

Private Methods

Méthode 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 méthode

protected DoDraw ( Graphics graphics ) : void
graphics System.Drawing.Graphics
Résultat void