In visual basic CCE if I wanted to draw a line using code the esiest way was
Code:
Me.Line (1, 1)-(100, 100)
how do I do this in vb.net?