开发者

Drawing with Silverlight in VS2010

开发者 https://www.devze.com 2023-01-21 03:44 出处:网络
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.

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 开发者_JAVA百科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.


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

For details, see Shapes and Drawing.

0

精彩评论

暂无评论...
验证码 换一张
取 消