public void ClosePath() { CurrentPath.ClosePath(); paths.Add(CurrentPath); CurrentPath = null; currentPathAdded = false; }
public void ClosePath() { CurrentPath.ClosePath(); paths.Add(CurrentPath); markedContentStack.AddPath(CurrentPath); CurrentPath = null; currentPathAdded = false; }
public void ClosePath() { CurrentPath.ClosePath(); paths.Add(CurrentPath); CurrentPath = null; }
public void ClosePath() { CurrentPath.ClosePath(); CurrentPath = null; }