Esempio n. 1
0
 public void ClosePath()
 {
     CurrentPath.ClosePath();
     paths.Add(CurrentPath);
     CurrentPath      = null;
     currentPathAdded = false;
 }
Esempio n. 2
0
 public void ClosePath()
 {
     CurrentPath.ClosePath();
     paths.Add(CurrentPath);
     markedContentStack.AddPath(CurrentPath);
     CurrentPath      = null;
     currentPathAdded = false;
 }
Esempio n. 3
0
 public void ClosePath()
 {
     CurrentPath.ClosePath();
     paths.Add(CurrentPath);
     CurrentPath = null;
 }
 public void ClosePath()
 {
     CurrentPath.ClosePath();
     CurrentPath = null;
 }