Пример #1
0
 public static IEnumerable <Point> GetPoints(this InkStroke stroke)
 {
     return(stroke.GetInkPoints().Select(p => p.Position));
 }