Results 1 to 2 of 2

Thread: Drawing lines?????

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    Dallas,Tx,USA
    Posts
    30

    Post

    I know how to draw lines well but what i want to do is draw a line that starts thick (wide) and ends thin. (Comes to a point like an arrow almost)

    Any clues

    Mark

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    Dallas,Tx,USA
    Posts
    30

    Post

    The only way i have solved this is to draw a line once then draw it again shorter with a bigger draw width

    DrawWidth = 2
    Line (3500, 1500)-(3500, 4000), vbRed
    DrawWidth = 3
    Line (3500, 1800)-(3500, 4000), vbRed
    DrawWidth = 4
    Line (3500, 2100)-(3500, 4000), vbRed
    DrawWidth = 5
    Line (3500, 2400)-(3500, 4000), vbRed
    DrawWidth = 6
    Line (3500, 2700)-(3500, 4000), vbRed
    DrawWidth = 7
    Line (3500, 3000)-(3500, 4000), vbRed
    DrawWidth = 8
    Line (3500, 3300)-(3500, 4000), vbRed
    DrawWidth = 9
    Line (3500, 3350)-(3500, 4000), vbRed

    This will make an arrow shape...

    Mark Strealy

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