public IEnumerator <StylusPoint> GetEnumerator()
 {
     return(pointCollection.GetEnumerator());
 }