How to extract the coordinates of a stroke
excuse me, i am doing a program that have to analyst wether the input strokes is in the dedicate range or not. i have to extract the coordinates of the strokes to do a comparison. what function should i use in C#? or is there any other ways to achieve my goal?
Thank You!
Ernesto CarrionPosted Jul 6, 2009, 10:55 AM
For getting the strokes cordinates, based that you already have the stroke object, you can call the getpoints() method, which gives you a Point array in ink cordinates, and for getting the real cordinates you can call the method Renderer.inktopixelSpace(ref Point[] points) , which recives a reference of your Point Array.
kai Wing yeungPosted Dec 10, 2008, 3:16 AM
Pluert LertPosted Dec 9, 2008, 11:07 AM
kai Wing yeungPosted Nov 20, 2008, 12:46 PM
Ryan AlfordPosted Nov 19, 2008, 11:30 AM