P
Peder Y
Hi!
My application contains a simple drawing module. The user can draw
lines, ellipses and so on. Now, I'm a fan of visual feedback. The user
should see the changes he or she does at the very instant they have been
done. For example, the user draws an ellipse. The ellipse need to be
moved a tad to the left, so the user grabs it with the mouse and moves
it in place. Most professional applications solve this by drawing a
reversible outline of the object(s) selected as they are moved, and then
redraw them in full when the mouse releases them. However, no
DrawReversibleEllipse or DrawReversiblePath are included in the API. how
can this be achieved?
Thanks!
- Peder -
My application contains a simple drawing module. The user can draw
lines, ellipses and so on. Now, I'm a fan of visual feedback. The user
should see the changes he or she does at the very instant they have been
done. For example, the user draws an ellipse. The ellipse need to be
moved a tad to the left, so the user grabs it with the mouse and moves
it in place. Most professional applications solve this by drawing a
reversible outline of the object(s) selected as they are moved, and then
redraw them in full when the mouse releases them. However, no
DrawReversibleEllipse or DrawReversiblePath are included in the API. how
can this be achieved?
Thanks!
- Peder -