- Home
·
- Graphics
·
- Draw a line with 8 lines of code Just add a PictureBox
Draw a line with 8 lines of code Just add a PictureBox
Draw a line with 8 lines of code Just add a PictureBox
Rate Draw a line with 8 lines of code Just add a PictureBox
(1(1 Vote))
Picture1.PSet (X, Y)
End Sub
Private Sub Picture1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 1 Then
Picture1.Line -(X, Y), RGB(Rnd * 255, Rnd * 255, Rnd * 255)
End If
End Sub
Draw a line with 8 lines of code Just add a PictureBox Comments
No comments yet — be the first to post one!
Post a Comment