interface BezierElement { public int GetDepth(); public void SetDepth(int d); public void recalculate(); }