예제 #1
0
 /// <summary>Inserts a point to this multipoint.</summary>
 /// <param name="beforePointIndex">The index right before the new point to insert.</param>
 /// <param name="pt">The point to insert.</param>
 public virtual void InsertPoint(int beforePointIndex, com.epl.geometry.Point pt)
 {
     m_impl.InsertPoint(beforePointIndex, pt);
 }