Welcome to Phrogram Sign in | Join | Help
in Search


Bug #40: DrawLine() changes Pen(True)

Last post 09-04-2008, 2:46 PM by ZMan. 1 replies.
Sort Posts: Previous Next
  •  08-17-2008, 7:48 PM 7078

    Bug #40: DrawLine() changes Pen(True)

    DrawLine(x1, y1, x2, y2) also changes Pen to be down (Pen(True))

    Ex:

     

    Pen(False)

    DrawLine(10, 10, 20, 20)

    MoveTo(30, 10)

     

    shows a v while

     

    DrawLine(10, 10, 20, 20)

    Pen(False)

    MoveTo(30, 10)

     

    shows a line

  •  09-04-2008, 2:46 PM 7116 in reply to 7078

    Re: Bug #40: DrawLine() changes Pen(True)

    Logged as bug #40. Will have to check if this is by design before fixing. Dont want to break a lot of apps. If this is by design we will make sure we document it.
    Managed DirectX and XNA ? Check out http://www.thezbuffer.com
View as RSS news feed in XML