Ejemplo n.º 1
0
        public IEditTool Clone()
        {
            LineShrinkExtendEditTool t = new LineShrinkExtendEditTool(m_owner);

            // nothing that needs to be cloned
            return(t);
        }
Ejemplo n.º 2
0
 public IEditTool Clone()
 {
     LineShrinkExtendEditTool t = new LineShrinkExtendEditTool(m_owner);
     // nothing that needs to be cloned
     return t;
 }
Ejemplo n.º 3
0
        public IEditTool Clone()
        {
            LineShrinkExtendEditTool t = new LineShrinkExtendEditTool(m_owner);

            return(t);
        }