Ejemplo n.º 1
0
        //Clear the _penLineBatch.
        public void PenClear()
        {
            //Clear the the pen line batch.
            _penLineBatch.Clear();

            //Update graph to apply changes.
            Update();
        }
Ejemplo n.º 2
0
 //Clear the _templineBatch.
 public void ClearTempLineBatch()
 {
     _templineBatch.Clear();
 }