/// <summary> /// Creates point tool /// </summary> /// <returns></returns> public ITool CreatePointTool() { return(new PointTool() { Primitive = _codeFactory?.CreateCodePrimitive(), Shape = _shapeFactory?.CreatePointShape(0, 0), Name = "Point" }); }