예제 #1
0
 // inserts a point. The point is connected with Lines
 /// <summary>Removes a point from this multipoint.</summary>
 /// <param name="pointIndex">The index of the point to be removed.</param>
 public virtual void RemovePoint(int pointIndex)
 {
     m_impl.RemovePoint(pointIndex);
 }