VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Pie Function

Emmanuel Poe  (1 Submission)   Windows API Call/Explanation   Visual Basic 5.0   Beginner   Wed 3rd February 2021

This is a simple program to help those unfamiliar with the API Pie Function. I built this to help me understand how this function works.

Inputs
Using the text boxes, the user can manipulate the Pie charts.

API Declarations
Private Declare Function Pie Lib "gdi32" (ByVal hdc As Long, ByVal x1 As Long, ByVal Y1 As Long, ByVal x2 As Long, ByVal Y2 As Long, ByVal x3 As Long, ByVal Y3 As Long, ByVal x4 As Long, ByVal Y4 As Long) As Long

Rate Pie Function (3(3 Vote))

Download Pie Function

Pie Function Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters