public PointF GetLastPoint () { if (CoordsCount == 0) throw new System.ArgumentException ("Invalid parameter used."); return new PointF (Coords [CoordsCount - 2], Coords [CoordsCount - 1]); }