Class PackerTree
Tree witn circles.
Inheritance
System.Object
PackerTree
Namespace: CirclePacking
Assembly: FastReport.BG.dll
Syntax
public class PackerTree
Constructors
PackerTree()
Creates tree.
Declaration
public PackerTree()
Properties
Root
Root item.
Declaration
public Circle Root { get; set; }
Property Value
Type | Description |
---|---|
Circle |
Methods
Run()
Starts tree packing.
Declaration
public void Run()