Ejemplo n.º 1
0
 //Removes the graphic from the composition.
 public void Remove(Graphic graphic)
 {
     mChildGraphics.Remove(graphic);
 }
Ejemplo n.º 2
0
 //Adds the graphic to the composition.
 public void Add(Graphic graphic)
 {
     mChildGraphics.Add(graphic);
 }