private void AddStampedStylusPoint(StylusPointCollection stylusPoints, StampedStylusPoint stampedPoint)
 {
     stylusPoints.Add(new StylusPoint(stampedPoint.StylusPoint.X, stampedPoint.StylusPoint.Y));
 }
 private void AddStampedStylusPoint(StylusPointCollection stylusPoints,StampedStylusPoint stampedPoint)
 {
     stylusPoints.Add(new StylusPoint(stampedPoint.StylusPoint.X, stampedPoint.StylusPoint.Y));
 }