VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Pie Function

by Emmanuel Poe (1 Submission)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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

Download Pie Function

Download Pie Function (3 KB)

Pie Function Comments

No comments have been posted about Pie Function. Why not be the first to post a comment about Pie Function.

Post your comment

Subject:
Message:
0/1000 characters