1using System.Threading.Tasks;
24 : base(Document, Parent)
32 public override async Task
FromXml(XmlElement Input)
34 await base.FromXml(Input);
35 this.points = this.GetVertices();
38 private Vertex[] GetVertices()
65 base.CopyContents(Destination);
68 Dest.points = Dest.GetVertices();
Contains a 2D layout document.
Defines a vertex in the graf
A chunked list is a linked list of chunks of objects of type T .
void Add(T Item)
Adds an item to the collection.
T[] ToArray()
Returns an array containing all elements of the collection.
Base interface for all layout elements.