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 DeclarationsPrivate 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
Download Pie Function (3 KB)