getBound method

Polygon getBound()

Get all the boundary of the polygon

Implementation

Polygon getBound() {
  return Polygon([mostLeftPoint, topPoint, mostRightPoint, bottomPoint]);
}