Draw a pie using Pie API
Draw a pie using Pie API
Rate Draw a pie using Pie API
(1(1 Vote))
Dim rval As Long
Form1.ForeColor = 255
rval = Pie(Form1.hdc, 100, 100, 20, 200, 30, 300, 400, 400)
Form1.ForeColor = 51
rval = Pie(Form1.hdc, 10, 100, 200, 20, 300, 30, 400, 400)
End Sub
'Visit my Homepage at
'http://www.geocities.com/marskarthik
'http://marskarthik.virtualave.net
'Email: [email protected]
Draw a pie using Pie API Comments
No comments yet — be the first to post one!
Post a Comment