- Home
·
- Graphics
·
- This Code Will Show you how to draw a circle in a simple Manner
This Code Will Show you how to draw a circle in a simple Manner
This Code Will Show you how to draw a circle in a simple Manner
Rate This Code Will Show you how to draw a circle in a simple Manner
(1(1 Vote))
Timer1.Interval = 100
End Sub
Private Sub Timer1_Timer()
For i = 1 To 5000 Step 60
DrawCircle.Circle (DrawCircle.ScaleWidth / 2, DrawCircle.ScaleHeight / 2), i, RGB(255, 20, 255) * Rnd
Next
End Sub
This Code Will Show you how to draw a circle in a simple Manner Comments
No comments yet — be the first to post one!
Post a Comment