Canvas Web

Hi
I have a Canvas on Windows Desktop Application with code for draw over the picture.

Can i use the same code for Web App

thanks

[quote=128461:@Alexis Colon Lugo]Hi
I have a Canvas on Windows Desktop Application with code for draw over the picture.

Can i use the same code for Web App[/quote]

If it is in Paint, it should work the same. But it is difficult to tell without the code.

WebCanvas does not support Object2D, but basic operations should work just fine.

Thanks