public static void AssertPointPresence(IStroke s, SPoint[] points, int count = 1)
 {
     AssertPointPresence(s.ToArray(), points, count);
 }
Beispiel #2
0
 public void Draw(Mat img, IStroke stroke, bool connectPoints)
 {
     Draw(img, stroke.ToArray(), connectPoints);
 }