inkcanvas
WPF InkCanvas: Being in ink mode can i fire children_mousedown, children_mouseup events?
In an InkCanvas, I have some UIElements as children. UIElements have events like uielement_mousedown, uielement_mouseup etc.[详细]
2023-03-25 02:48 分类:问答Select all Childeren in inkcanvas control
how can I select all children 开发者_JAVA百科beside all strokes \" I can select all strokes \" and I want to select all childrenlike textboxes and images I used Inkcanvas.Select(strokes) for all strok[详细]
2023-03-15 22:57 分类:问答how can I copy elements after selected them in inkcanavas
I tried to use Inkcanvas.copy()and Inkcanvas.Paste() but it failed so I save the elements in list 开发者_如何学编程and then tried to add them again as a child in the inkcanvas but I got exception erro[详细]
2023-03-15 06:44 分类:问答InkCanvas Load/Save operations
I\'ve never used InkCanvas control before. What I need is to load up a file into InkCanvas, draw some scribbles and get ther resulting image. And I want to make some additional operations with gotten[详细]
2023-03-10 19:30 分类:问答Does RenderTransformOrigin influence scale transforms?
I am trying to do scale transforms on an InkCanvas and some unseen force seems to be influencing how the scale works. When I try to set CenterX and CenterY they appear to be being ignored.[详细]
2023-03-03 01:54 分类:问答Inkcanvas StrokeErasing event
I\'m using an Inkcanvas at my solution. So I want to delete after user confirm, like this... XAML: <InkCanvas Grid.RowSpan=\"3\" Name=\"ink\"StrokeErasing=\"ink_StrokeErasing\" />[详细]
2023-02-26 09:42 分类:问答I want to make animation in Inkcanvas control WPF
I want to make animation in Inkcanvas control like draw stroke and stroke path so it can move over t开发者_如何学编程he stroke path how ? First grab the strokes from the InkCanvas.[详细]
2023-02-22 21:22 分类:问答save Inkcanvas control content as pdf
I want to save 开发者_开发问答the output of InkCanvas control as PDF file I can save it as .isf and .bmp and I want to save it as .pdf how ?//First of all create multiple instance of Ink Canvas and ad[详细]
2023-02-21 21:10 分类:问答How to turn off all touch input at application, window or control level?
Using c# for a wpf application, if in Windows 7 touch is enabled in the control panel, a user by default can \'write\' on an InkCanvas with a finger. I want to disable that and force stylus input only[详细]
2023-02-13 06:19 分类:问答Resizing inkcanvas to the left and top
I want to resize width and height of inkcanvas to fit the screen. When I resized it, the width expands to the right and height expands to the bottom. But inkcanvas is not fit to screen.[详细]
2023-02-05 05:11 分类:问答