Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
116 views

Silverlight - Get a point on BezierSegment

I am using the Path Class and a BezierSegment in my silverlight application. I am drawing different arches and lines using it. What I'd like to do is get the middle of the my arch \ line. I noticed ...
1
vote
1answer
463 views

silverlight - animate Bezier curves line drawing?

I am building a small silverlight application. In my application I need to draw lines, similar to what's shown in the attached image. I understood that the best way to draw the arched connecting ...
1
vote
1answer
269 views

How to convert any text/font to its bezier path representation?

I have a bezier path library to draw complex bezier paths without problem. Now, I need to know how to read a text or font and extract its path information to draw it as a path instead of as text. I ...
0
votes
0answers
48 views

iphone: different beizer curves on basis of drag event

I am quite new to iphone development, I want to achieve the effect of throwing a pape ball as in paper toss application, after doing some research I came to know that we can use beizer paths to move ...
-3
votes
1answer
361 views

Motion Path / Motion Guide in iPhone?

I want an image to move according to the path drawn by programming codes. I have asked a similar question ...