在 VS2010 中使用 Silverlight 绘图

发布于 2024-09-28 22:20:13 字数 214 浏览 1 评论 0原文

我有一个使用 Visual Studio 2008 开发的 C# 应用程序,它就像一个油漆,您可以在其中使用鼠标进行书写。我使用 Graphics 和 Bitmap 类。

现在,我需要在 Visual Studio 2010 中并使用 Silverligth 工具执行相同的应用程序。你知道最好的方法是什么吗?我正在寻找,但还不足以找到解决方案。

提前致谢。

问候。

I have a C# application developed with Visual Studio 2008 that is like a paint, where you can write using the mouse. I use the Graphics and Bitmap classes.

Now, I need to do the same application but in Visual Studio 2010 and using the Silverligth Tools. Do you know what is the best way to do it? I was searching but not enough to find a solution yet.

Thanks in advance.

Regards.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我家小可爱 2024-10-05 22:20:13

您很可能希望使用 形状放置在Canvas 在 Silverlight 中绘制。

有关详细信息,请参阅形状和绘图

You'll most likely want to use subclasses of Shape placed upon a Canvas to draw in Silverlight.

For details, see Shapes and Drawing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文