/// <summary>
 /// Remove all inner points from the polygon.
 /// </summary>
 public void Clear()
 {
     Polygon.Clear();
 }