Ejemplo n.º 1
0
 public NodePointRectBase(RectBase owner, ePoint id)
 {
     m_owner = owner;
     m_clone = m_owner.Clone() as RectBase;
     m_clone.CurrentPoint = m_owner.CurrentPoint;
     m_originalPoint      = GetPoint(id);
     m_pointId            = id;
 }
Ejemplo n.º 2
0
 public void UpdateClone()
 {
     m_clone = m_owner.Clone() as RectBase;
 }