예제 #1
0
파일: Graph.cs 프로젝트: ErnadS/LogPlotter
 public void Clear()
 {
     _pixels  = null;
     _samples = new List <GraphPoint>(_capacity); //new CircularBuffer<GraphPoint>(_capacity);
     projection.ClearRange();
     usedLength = 0;
 }
예제 #2
0
파일: Graph.cs 프로젝트: ErnadS/LogPlotter
 public void Clear()
 {
     _pixels = null;
     projection.ClearRange();
 }