Hey,
for my project I need to make a tool to draw profiles as a sequence of segments.
The tool would allow to use the mouse to add points to the profile, and while drawing the current segment I want the mouse to draw a "rubber band" line and fix it when pressing the button, then add the next segment and so on.
In the past I developed this on PC and while drawing the "rubber band" I was drawing using "XOR Mode", so when the line was moving, it can overlap with existing lines without messing the existing drawing.
Can this be done in QuickDraw? How could I draw such a rubber band?
Txs!
for my project I need to make a tool to draw profiles as a sequence of segments.
The tool would allow to use the mouse to add points to the profile, and while drawing the current segment I want the mouse to draw a "rubber band" line and fix it when pressing the button, then add the next segment and so on.
In the past I developed this on PC and while drawing the "rubber band" I was drawing using "XOR Mode", so when the line was moving, it can overlap with existing lines without messing the existing drawing.
Can this be done in QuickDraw? How could I draw such a rubber band?
Txs!