Drag-and-drop graphics in CF.NET?

J

jminiman

I could spend 15 minutes describing what I mean by this, or I could
just point everyone to a link:

http://tinyurl.com/2mu2bb

This simple "Master Mind" application allows a user to drag a bubble
from the right-hand legend to the playing board. This could be useful
for all kinds of applications, showing a nesting of one thing into a
larger thing.

This project, unfortunately, makes use of GDI+ and therefore these
classes aren't supported:

GraphicsPath, PathGradientBrush, Graphics::FillPath,
Graphics::DrawArc, etc.

Has anyone seen a similar sample showing drag and drop for CF.NET?
 
G

Guest

Have you looked at XrossOne, they have written a C# library that allows you
to do lots of GDI+ stuff on mobile devices.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top