5
Answers

How to extract the coordinates of a stroke

kai Wing yeung

kai Wing yeung

16y
7.5k
1
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!
Answers (5)
0
Ernesto Carrion

Ernesto Carrion

NA 13 0 15y
I know that this is a very old treath, but you never know when someone would need again this solution.

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.
0
kai Wing yeung

kai Wing yeung

NA 5 0 16y
i am busy recently so have no time to investigate that! maybe you can read this article. see if you can find the answer! http://blog.monstuff.com/archives/000012.html
0
Pluert Lert

Pluert Lert

NA 2 0 16y
i'm doubt about this too, so is there any way to get the coordinate.
0
kai Wing yeung

kai Wing yeung

NA 5 0 16y
coordinates mean the (x,y) of a point in the stoke.
0
Ryan Alford

Ryan Alford

NA 2.3k 891.7k 16y
what do you mean by "coordinates"?
Next Recommended Forum