Пример #1
0
 public static Coord[] CalculateBoxOutline(Box b)
 {
     return(RectangleHelper.GetFrameCoords(b.X - 1, b.Y - 1, b.H + 2, b.W + 2));
 }