C# Class TreeGraphGenerator.TreeNode

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

Méthodes publiques

Méthode Description
DrawTree ( DrawTreeContext context, PointD location ) : void
Layout ( DrawTreeContext context ) : TreeLayout
ToString ( ) : string
TreeNode ( string label ) : System

Private Methods

Méthode Description
DrawNode ( DrawTreeContext context, PointD location ) : void
MeasureNode ( DrawTreeContext context ) : double

Method Details

DrawTree() public méthode

public DrawTree ( DrawTreeContext context, PointD location ) : void
context DrawTreeContext
location PointD
Résultat void

Layout() public méthode

public Layout ( DrawTreeContext context ) : TreeLayout
context DrawTreeContext
Résultat TreeLayout

ToString() public méthode

public ToString ( ) : string
Résultat string

TreeNode() public méthode

public TreeNode ( string label ) : System
label string
Résultat System