who knows how to draw an arrow from point1 to point2?

I can draw it using multiple drawing of small lines but is there a straight forward method for doing that?

Thank you

link|improve this question

67% accept rate
Well if you know how to do it you can write a straightforward method to do it yourself :) – WTP'-- Apr 12 '11 at 21:11
feedback

2 Answers

up vote 1 down vote accepted

Did you see this?

http://www.codeproject.com/KB/GDI/arrows.aspx

link|improve this answer
feedback

At least as far as I know, you need to draw the multiple small lines to create the arrow head yourself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.