Exemplo n.º 1
0
        //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);
        }
Exemplo n.º 2
0
 //TODO
 public void Render()
 {
     //TODO: Attaching Graphic Engine
     //throw new NotImplementedException();
     GraphicProxy.TranslateObject(Placement);
 }