Results 1 to 15 of 15

Thread: GDI+ For Beginners

Threaded View

  1. #12
    Member pocket's Avatar
    Join Date
    Oct 2013
    Location
    Greater London
    Posts
    37

    Re: GDI+ For Beginners

    Dim p1 As New Point(20,20)
    Dim p2 As New Point(100,100)
    g.DrawLine(Pens.Red, p1, p2)
    But for this example, move this line with the arrow key up, then rotate left using the left arrow key or whatever key as an example?

    Actually vertex graphics positioning is complex, especially for a ship rocket shape at least in Python it is.
    Last edited by pocket; Oct 27th, 2013 at 02:38 PM.

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