Drawing graphics using the stylus in cf

  • Thread starter Thread starter Robert Hanson
  • Start date Start date
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!
 
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.
 
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,
 
Back
Top