Archive for February 17th, 2007
WinAPI Elliptical Arc Functions
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 »


