Inheritance: IDisposable
コード例 #1
0
 //returns the index of the newly added layer
 public int AddLayer(Layer l)
 {
     Layers.Add(l);
     return Layers.Count - 1;
 }