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