public bool PointIsInsideBoundary(IntPoint pointToTest) { return(bounderyPolygons.Inside(pointToTest)); }