inkcanvas
WPF Brush with Image texture
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[详细]
2023-02-04 09:06 分类:问答Why ActualWidth and ActualHeight start from 0,0?
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;[详细]
2023-02-02 18:48 分类:问答WPF & XAML problem
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.[详细]
2023-02-02 09:40 分类:问答WPF: InkCanvas + Frame
I need to draw over the html page. Page displayed in a Frame element. The problem is that InkCanvas does not work with Frame.[详细]
2023-01-14 18:18 分类:问答Wpf inkcanvas Save and Retrieve text
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[详细]
2023-01-12 01:48 分类:问答inkcanvas inside scatterview
开发者_如何学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[详细]
2023-01-06 03:48 分类:问答Drawing Basic Shapes in WPF InkCanvas
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,[详细]
2023-01-05 14:20 分类:问答How can I change the way InkCanvas draws?
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[详细]
2022-12-20 15:41 分类:问答Get removed elements in InkCanvas
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.[详细]
2022-12-10 08:24 分类:问答