void NextRender() { _points.Add(MySpace.CalcWindowPos(CurPos)); MyLine.SetVertexCount(_points.Count); MyLine.SetPositions(_points.ToArray()); }