Feasibility of paintbrush like application using Silver light
hi all,
i new silverlight. i need create paint brush application in sliverlight. application contain buttons , canvas. buttons selection purpose of basic shapes, rectangle or ellipse or polygon etc. on basis of selected button, user can drag mouse on canvas , create shape. after shapes created, selection, dragging , resizing of shapes should supported. is possible create such application using silverlight? don’t have .net work with. can use javascript support.than in advance,
vishal.
it possible, in fact wouldn't surprised if has coded demo of sort.
silverlight supports following enable build such , application:
1. mouse events : capture user interaction.
2. ink : allow drawn in response mouse events.
you should check out following not you're looking for, should started:
http://www.thedatafarm.com/silverlight/journalsample/
hope helps,
Silverlight > Getting Started with Silverlight
Comments
Post a Comment