且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在两个图像之间绘制连接线?

更新时间:2022-10-26 11:08:19

我创建了一个行为来做到这一点。 查看我的博客,了解我的解决方案的源代码和演示。 

http://www.dataartist.net/博客/后/ Silverlight的行为 - 修饰-2- ConnectBehavior.aspx


Hi,

I'am having an application with two images ,Now i want to connect these two images by a line(Just like connecting two polygons by a line in Microsoft Word).This line should have the property of resizing and can be connected to any point on the image border same like a line in MS Word.

Please tell me how can i attain this functonality in silverlight.


Thanks in Advance

Mohit



I created a behavior to do just that.  Check out my blog for the source code and a demo of my solution.  http://www.dataartist.net/blog/post/Silverlight-Behavior-Modifications-2-ConnectBehavior.aspx