- Home
·
- Graphics
·
- Draw MultiColor Circle with Mouse Move Event...
Draw MultiColor Circle with Mouse Move Event...
Draw MultiColor Circle with Mouse Move Event...
Rate Draw MultiColor Circle with Mouse Move Event...
(1(1 Vote))
'Visit at : www.keyurmistry.50megs.com
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me.FillStyle = 0
Me.FillColor = RGB(X / 20, Y / 10, X + Y / 2)
If Button = 1 Then
Circle (X, Y), 150, vbRed
End If
End Sub
Draw MultiColor Circle with Mouse Move Event... Comments
No comments yet — be the first to post one!
Post a Comment