コード例 #1
0
        public AbstractGeometry Remove(int index)
        {
            AbstractGeometry obj = AbstractGeometry[index];

            AbstractGeometry.Remove(obj);
            return(obj);
        }
コード例 #2
0
 public bool Remove(AbstractGeometry obj)
 {
     return(AbstractGeometry.Remove(obj));
 }