VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Draw a pie using Pie API

by Karthikeyan (187 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Sat 17th February 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Draw a pie using Pie API

Rate Draw a pie using Pie API



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]

Download this snippet    Add to My Saved Code

Draw a pie using Pie API Comments

No comments have been posted about Draw a pie using Pie API. Why not be the first to post a comment about Draw a pie using Pie API.

Post your comment

Subject:
Message:
0/1000 characters