Example #1
0
 private int GetEndPoint(Rectangle[] pattern)
 {
     var r = pattern.Last();
     return r.X + r.Width;
 }