开发者

Drawing with Silverlight in VS2010

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜