Esempio n. 1
0
 public LayerContainerInterpreter()
 {
     VisibleIndices = new SortedDictionary <int, bool>();
     LayerNames     = new List <string>();
     LayerColors    = new List <Color>();
     AddLayer("Default", ShapeUtils.ComputeRandomColor());
 }