CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    40

    Drawing Arrow Arc - HELP!

    I have drawn an arc on my view. How can I attach an arrow head to it without creating the arrow head separately. Is there an arc function which have already arrow head code together in it?

    Thanks in advance...


  2. #2
    Join Date
    Apr 1999
    Posts
    12

    Re: Drawing Arrow Arc - HELP!

    Must draw it yourself. Calculate tangent line to arc at end point and use its angle to draw arrowhead lines.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured