Howto draw a pie in WinCE?
Mobile
2
Posts
2
Posters
0
Views
1
Watching
-
Dows anyone know how to drwa a pie in WinCe, since it does neither support Arc() nor ArcTo()? Thanks in advance! Martin Hoppe
-
Dows anyone know how to drwa a pie in WinCe, since it does neither support Arc() nor ArcTo()? Thanks in advance! Martin Hoppe
Hi, Try the CDC::Pie() function. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_mfc_cdc.3a3a.pie.asp[^] Eli