public HTDrawNode(HTDrawNodeComposite father, HTModelNode node, HTDraw model) { this.father = father; this.node = node; this.model = model; label = new HTNodeLabel(this); ze = new HTCoordE(node.GetCoordinates()); oldZe = new HTCoordE(ze); zs = new HTCoordS(); model.MapNode(node.GetNode(), this); return; }
internal Color GetColor() { return(node.GetNode().GetColor()); }