Showing related tags and posts accross the entire site.
-
Hi..I am working on a paint like application in wpf.I want the users to be able to add some drawings over images or plain surfaces.Also i want to draw some basic shapes like line,ellipse or a rectangle.I am trying to work with an inkcanvas,where i can do freehand drawing,but i cant draw shapes like in...
-
Hi All I am moved to a new project in WPF. And in this project I want to create some command objects, by implementing ICommand interface. But my problem is I am not able to refer those classes in XAML design view. Here is the implementation Public Class SampleCommand Implements ICommand Public Function...