Windows CE doesn't support the Arc method. However, have you tried the
Mobile GDI+ library available here:-
http://www.xrossone.com/projects.php?category=1
Peter
--
Peter Foot
Windows Embedded MVP
www.inthehand.com |
www.opennetcf.org
"Keven Corazza" <(E-Mail Removed)> wrote in message
news:B694DD89-8CBA-4489-8FBD-(E-Mail Removed)...
> Hi, I'm developing a graphic application and, for speed reasons, I'm
> calling
> Win32 GDI functions using PInvoke.
>
> Now I need to use Arc function but when I call it I get a Missing Method
> Exception. Is this function not exported ? How can I check if a function
> is
> exported and can be used or not ?
>
> Thank you in advance,
>
> Keven Corazza