Link to home
Start Free TrialLog in
Avatar of blitz051697
blitz051697

asked on

algorythm or suggestion for add arrows to Line

I'm creating a mapping program that will allow users to
link(via a line), drag/drop, and move them at runtime.  I would like to draw a small arrow at one or both ends.  As the control moves, the arrow is correctly positions.  

Any Suggestions or agorhythms????
Avatar of altena
altena

I wrote a small app once where users were allowed to drag & 
drop stuff all over the place.

Make your control a "normal" delphi control. Read all the stuff
about creating components in the manuals, and practice them a little. It will all fall into place.

Best advice i can give you: You will not need to do anything
"tricky" to get this working.
ASKER CERTIFIED SOLUTION
Avatar of inter
inter
Flag of Türkiye image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of blitz051697

ASKER

Great Example.   This helps--I failed Geometry.

blitz