Example #1
0
 public IList <SignaturePoint> GetPoints()
 {
     return(Strokes.SelectMany(stroke => stroke.Points).ToList());
 }