Using WPF, I have an InkCanvas which has its background set to an image. I want to draw over this image with a brush that has the texture of another image. I know it\'s possible to use an ImageBrush a
I want to add WPF Path to InkCanvas and use selection to select WPF Path. So, I use this code. System.Windows.Shapes.Path path = drawCanvas.Children[i] as System.Windows.Shapes.Path;
Im new in WPF & Xaml I dont know how to anchor how to dock... On this screen gray is statusBar is docked but grid and menu is not all components are in canvas.
I need to draw over the html page. Page displayed in a Frame element. The problem is that InkCanvas does not work with Frame.
Hi I am trying to implement a mspaint like application in wpf.I have successfully implemented most of the basic drawing functionalities by implementing a custom stroke class.Now I am trying to impleme
开发者_如何学GoI want to detect gestures on my scatterview (so not on elements inside the scatterview). I found that the surfaceInkCanvas has some gesture possibilities but how can I put a kind of inv
I am working on apaint like application in wpf.I want th开发者_StackOverflow中文版e users to be able to add some drawings over images or plain surfaces.Also i want to draw some basic shapes like line,
I\'ve searched for examples for this, but the ones I\'ve ran across seem to focus on simpler stuff like setting the InkCanvas DefaultDrawingAttributes such as Width, Height, Color etc. Doesn\'t seem l
I was wonder if there was any method in which I can access an element which the user removes. For example when the InkCanvas is set to Select users can select elements and press delete to remove them.