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

    How to draw line with arrow ??

    Hi,

    I am want to draw a line with arrow like this -->
    Does anyone has any idea of it ??

    Regards,
    Kapil


  2. #2
    Join Date
    Apr 1999
    Location
    Pakistan
    Posts
    19

    Re: How to draw line with arrow ??

    hi kapil
    I think there is no other way but to use three individual lines and make the arrow.
    Shahzad


  3. #3
    Join Date
    Apr 1999
    Location
    India
    Posts
    15

    I am trying by using geometric function !! but failed

    Thanx Shahzad, I tried to make the arrow but taking the tan(Angle) of te line and then assuming the angle of the arrow to be 45 to the line , by using this I am able to make one side of the angle but dont know why the problem is coming for creating the second side of it !!

    Regards,
    Kapil



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