public Symbol(Component Component) { component = Component; component.Tag = this; layout = new SymbolLayout(); component.LayoutSymbol(layout); }
public override void LayoutSymbol(SymbolLayout Sym) { AssertImpl(); impl.LayoutSymbol(Sym); }