C# Class TreeGraphGenerator.TreeNode

Exibir arquivo Open project: EFanZh/EFanZh Class Usage Examples

Public Methods

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

Private Methods

Method Description
DrawNode ( DrawTreeContext context, PointD location ) : void
MeasureNode ( DrawTreeContext context ) : double

Method Details

DrawTree() public method

public DrawTree ( DrawTreeContext context, PointD location ) : void
context DrawTreeContext
location PointD
return void

Layout() public method

public Layout ( DrawTreeContext context ) : TreeLayout
context DrawTreeContext
return TreeLayout

ToString() public method

public ToString ( ) : string
return string

TreeNode() public method

public TreeNode ( string label ) : System
label string
return System