Exemple #1
0
 public NodePointLine(LineTool owner, ePoint id)
 {
     try
     {
         m_owner         = owner;
         m_clone         = m_owner.Clone() as LineTool;
         m_pointId       = id;
         m_originalPoint = GetPoint(m_pointId);
     }
     catch (Exception ex)
     { throw ex; }
 }