Drawing graphics using the stylus in cf

R

Robert Hanson

Hi All,

Can you please let me know how I would build code to use the stylus on a
panel in order to gather points for a DrawPolygon?

Thanks in advance,

Bob Hanson
Centare Group Ltd.

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
G

Guest

Hi,
Following steps might help,
1.create a custom control
2.create an in memory bitmap and draw it.
3. On mouse down gather x, y coordinate
4. On mouse move add new points and draw line using collected points.
5. You might add a border of the control to show drawing area.

Good luck.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi Robert,

I do remember an article in MSDN magazine or at least in MSDN site about a
signature app. make a search for it cause I think that's precisely what you
want.

Cheers,
 

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