jig中,不能拖出橡皮线
www.dimcax.com
jig中,不能拖出橡皮线
我在一个drawjig,想再拖动时显示橡皮线,相关代码如下: jigpromptpointoptions jigopts = new jigpromptpointoptions jigopts.basepoint = _ptfirst; jigopts.usebasepoint = true; jigopts.message = "\n指定插入点:"; promptpointresult userfeedback = prompts.acquirepoint(jigopts); 运行程序时,不能显示橡皮线,不知何故,请高手指点。
加上这一行: jigopts.cursor = cursortype.rubberband;
学习了。。
原帖由 ahlzl 于 加上这一行: jigopts.cursor = cursortype.rubberband;
谢,的确如此!