Jalaj P. Jha

Technical & Miscellaneous Ramblings

Archive for February 17th, 2007

WinAPI Elliptical Arc Functions

with 2 comments

While AngleArc drew a circular arc, there are functions Arc and ArcTo that can help you draw an elliptical arc. Both the functions take same set of parameters and the output too is same for the functions. The Arc function exists for all versions of Windows but the Development team found a point of concern that led to introduction of the second function ArcTo which exists in Windows 2000 and above only.
Read the rest of this entry »

Written by Jalaj

February 17, 2007 at 10:01 am

Posted in Visual Basic, WinAPI

Tagged with