Exemplo n.º 1
0
        public LineCurveTool()
        {
			EditEngine = new LineCurveEditEngine(this);

			BaseEditEngine.CorrespondingTools.Add(ShapeType, this);
        }
Exemplo n.º 2
0
        public LineCurveTool()
        {
            EditEngine = new LineCurveEditEngine(this);

            BaseEditEngine.CorrespondingTools.Add(ShapeType, this);
        }