//public bool Selected { get; set; } public static TLEPanelCell Parse(ITLEPanelCellElement element) { TLEPanelCell cell = new TLEPanelCell(); cell.GraphicName = GraphicProxy.GenerateGraphicName(); cell.ReferenceElement = element; cell.Placement = new Placement(); return(cell); }
//TODO public void Render() { //TODO: Attaching Graphic Engine //throw new NotImplementedException(); GraphicProxy.TranslateObject(Placement); }