A border is an array of point arrays. Each point array is a contigous, closed border. Several point arrays represent a border that is several separate borders.
TypeBorder = Array<Array<Point>>
A border is an array of point arrays. Each point array is a contigous, closed border. Several point arrays represent a border that is several separate borders.
TypeBorder = Array<Array<Point>>