Archive for September, 2008

[Silverlight, C#] Polyline – Adding Points Does not Seem to Update on UI

I have been working on a small little drawing editor, which would allow the user to draw lines by clicking and dragging. I was using a Polyline to do this, and with every mouse move [or in some cases clicks] I would add a new point to the Polyline Points collection.
This, however, did not [...]

Continue reading » No comments