Tagged Questions

6
votes
3answers
708 views

Why should I use the InkCanvas in WPF?

In my WPF application I have some drawing functionality. I have solved this using a Canvas and handling mouse gestures manually, and I also add the drawn Strokes (wrapped in InkPresenter) to this ...
4
votes
2answers
424 views

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; ...
2
votes
1answer
158 views

Erase children of an InkCanvas

I have an InkCanvas on a window in which I allow the user to draw with a stylus, touch, or mouse. I also allow the user to add text. The user taps an "add text" button, then taps where on the canvas ...
2
votes
1answer
236 views

I need OCR for WPF

I need OCR component for InkCanvas control in WPF so I can recognize characters and replaced hand writing one with good one from OCR ?
2
votes
1answer
175 views

InkCanvas styluspoint timestamp

in the Microsoft.Ink world for WinForms, using an InkCollector object, a user could get the timestamp of a point in a stroke via this approach. The WPF world relies instead on the InkCanvas object, ...
2
votes
1answer
280 views

Databind InkCanvas Children

In a WPF application I have an ObservableCollection of objects (areas on an image) that I want to display and edit (size and position) at runtime. I would like to use an InkCanvas in Select mode ...
2
votes
1answer
918 views

MVVM Binding to InkCanvas

I seem to have ran into a road block. We are using MVVM with Prism and have a View that requires an Ink Canvas. I've create a StrokeCollection that is being bound from my ViewModel to the View. I ...
1
vote
0answers
47 views

Focus Problem with textBox as child of an InkCanvas

I have a TextBox as child of InkCanvas in my WPF application when I call Focus function of TextBox, cursor in TextBox active. But when I click in TextBox Focus goes to the IncCanvas and i can not ...
1
vote
1answer
74 views

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 error Specified ...
1
vote
1answer
154 views

Does RenderTransformOrigin influence scale tranforms?

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. Update: I ...
1
vote
1answer
603 views

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. ...
1
vote
2answers
342 views

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. I also want ...
1
vote
0answers
339 views

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 ...
1
vote
1answer
150 views

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. This is XAML <Window ...
1
vote
1answer
299 views

Wpf inkcanvas Save and Retrive 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 ...
1
vote
3answers
695 views

Drawing Basic Shapes in WPF InkCanvas

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 ...
1
vote
1answer
252 views

(Composite) Geometry confusion in c#

I'm trying to create 1 complex composite shape on an InkCanvas, but I must be doing something wrong, as what I was expecting to happen, is not. I've tried several different incarnations of ...
1
vote
3answers
580 views

How to add text to a inkcanvas with code?

I would like to add some text (like a label) on a InkCanvas with WPF in C# code (not Xaml). How is it possible ? thanks Jonathan
1
vote
3answers
1k views

Custom InkCanvas (MSDN Code Sample not working properly)

I want to use custom brushes with the InkCanvas. Their is a code snippet from MSDN. (http://msdn.microsoft.com/en-us/library/ms747347.aspx) If i use that code and move my mouse VERY fast i get space ...
1
vote
1answer
540 views

WPF absolute positioning in InkCanvas

I'm trying to position a rectangle in an InkCanvas. I am using the following method. Unfortunately when I add the rectangle it gets displayed at (0,0). Although when I query to see the whether the ...
1
vote
5answers
3k views

saving WPF InkCanvas to a JPG - image is getting cropped

I have a WPF InkCanvas control I'm using to capture a signature in my application. The control looks like this - it's 700x300 However, when I save it as a JPG, the resulting image looks like this, ...
1
vote
1answer
683 views

WPF InkCanvas - how to determine if it has been “signed”

I'm using a WPF InkCanvas control to capture signatures in a Tablet PC application. One of my requirements is to validate whether or not the application has really been "signed". Right now I'm doing ...
0
votes
1answer
20 views

Paint on an InkCanvas with finger (touch screen) not mouse - mouseMove instead of MouseClick

I am using an InkCanvas on a Wpf Window (c#). This Canvas is working when I am draging the mouse to the canvas, and then CLICK the mouse to draw what ever I want. I intend to put this on a touch ...
0
votes
1answer
22 views

InkCanvas control template

I am looking to move the InkPresenter in the InkCanvas to have a ZIndex that is lower than the Children of the InkCanvas. In other words, I want to move the Ink so that it is displayed under the ...
0
votes
1answer
38 views

Programatically create InkCanvas Stroke from Path Object

I am trying to convert some scanned handwritten material into InkCanvas for handwriting recognition using InkAnalyser. I already have my handwriting material available in XAML. I have this path ...
0
votes
0answers
41 views

How to make strokes disappear on an InkCanvas

I am completely new to this forum, and still a beginner on WPF. I am working on a project that requires the strokes on an inkcanvas to be animated. One of the animations required is "disappearing". ...
0
votes
2answers
43 views

How to synchronize two InkCanvas-es drawings?

I am trying to develop an application which shows WPF InkCanvas drawings on remote host. Basically it synchronizes local InkCanvas with several remote hosts. I have subscribed to StrokesChanged event: ...
0
votes
0answers
28 views

Handling Stylus Down event is not working with selection tool in InkCanvas

I want to make sure that right click (BarrelButton) which is made using Stylus should not add ink on InkCanvas. To handle this I have written following code: /// <summary> /// Handles ...
0
votes
0answers
72 views

InkCanvas fill strokes

Hello I am currently working on making a program similar to MSpaint. To do this I use an InkCanvas and are using strokes to make shapes like trinagles. private void tooltriangle() { ...
0
votes
1answer
81 views

Undo Redo for ink canvas strokes does not support Z-order.

I have implemented command pattern for undo redo operation similar as given here : http://msdn.microsoft.com/en-us/library/aa972158(v=vs.90).aspx. This sample does not supports Z-ordering of ...
0
votes
0answers
49 views

InkCanvas CUstomization

I want to place some buttons and later some images over a panel. Buttons should be movable ,resizable and rotatable. Inkcanvas doesnt support rotation and i dont know how to add it. The only solution ...
0
votes
0answers
60 views

InkCanvas slows down when we have multiple strokes

I am using InkCanvas for creating paint like application. When i use to draw multiple strokes on canvas it works very slow. I have machine with very good configuration as : Intel(R) Core(TM) 2 Quad ...
0
votes
2answers
110 views

How to submit events to InkCanvas in WPF manually?

How would I be able to submit events manually to be received by InkCanvas ? What I need to do, is to set the mode of InkCanvas to ink mode, and then, send virtual events to InkCanvas so that I get a ...
0
votes
0answers
18 views

Sub InkCanvas Routed event Issue

For my app, I try to add multiple sub inkcanvas inside of parent inkcanvas. After several days' trial, I believe that the stroke event cannot be captured in the sub inkcanvas. I am wondering if there ...
0
votes
0answers
154 views

wpf Inkcanvas Strokes Multi touch: using 2 fingers how to scale(resize) inkcanvas “strokes”?

inkcanvas child elements have "IsRenderTransformEnable" property and "ManipulationDelta" events using which i did scaling with multi touch. same thing i want to do with inkcanvas "Strokes". ? how ? ...
0
votes
3answers
141 views

Select all Childeren in inkcanvas control

how can I select all children beside all strokes " I can select all strokes " and I want to select all children like textboxes and images I used Inkcanvas.Select(strokes) for all strokes how can for ...
0
votes
0answers
191 views

Select Canvas children using lasso selection

I have a Canvas with several elements, some of which implement a simple interface called ISelectable. In order to select these ISelectable elements, I'm currently using an adorner to draw a ...
0
votes
1answer
128 views

How can I programmatically access System.Windows.ResourceDictionary?

I am trying to implement Load/Save annotations (complex children, not ink strokes, like an editable text box) of an InkCanvas and when I use XamlReader.Load I get an exception where it is trying to ...
0
votes
1answer
716 views

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 ...
0
votes
1answer
272 views

Save the Inkcanvas as image and project file in wpf

When I save the image to disk and I open it with Paint, the image is completely black! private void Button_Click(object sender, RoutedEventArgs e) { DataModel = new Model(); ...
0
votes
1answer
120 views

Display strokes on an InkCanvas, but do not capture events

I am developing a touch screen application and allow users to add touch-based markup to an overlay over content using an ink canvas. I have reached a point where the view behind the overlay has an ...
0
votes
0answers
78 views

Select Multiple object in InkCanvas

Hi I have some objects (rectangle, Ellipse , . . .) in myInkcanvas an i want to select multiple them without "SelectionEditingMode". becuase this mode dont work with ctrl key an mouse button for ...
0
votes
2answers
155 views

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" /> C#: private ...
0
votes
1answer
139 views

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 the stroke path how ?
0
votes
1answer
122 views

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 ?
0
votes
1answer
328 views

InkCanvas Eraser

I have sketchpad as InkCanvas; I want to change size of eraser so I've written: Private Sub Sketchpad_KeyDown(sender As System.Object, e As System.Windows.Input.KeyEventArgs) Handles ...
0
votes
1answer
271 views

WPF - InkCanvas touchscreen problem

I'm developing a touchscreen application, touchscreen overlay comes with its own SDK which disables all of the WPF default features. For example if I don't use this SDK i can easily draw on InkCanvas, ...
0
votes
0answers
214 views

How to overlay InkCanvas on DocumentViewer in C# WPF?

I'm trying to display an XPS file on a tablet and save a drawing onto the file. Displaying the XPS in a DocumentViewer is easy enough. In a separate project, I've implemented an InkCanvas and can save ...
0
votes
1answer
81 views

Draw ink on 2 inkCanvases at the same time

I am implementing multi-touch application. I have 2 inkcanvases that EditingMode is "Ink". If I draw ink on 2 inkcanvases at the same time, it 's not working. I can draw ink on only one inkcanvas at a ...
0
votes
1answer
321 views

How to show image outside inkcanvas

I have canvas called "drawCanvas" to show images and inkcanvas that is contained in the canvas called "CanvasContainInkCanvas". I can zoom out by using MatrixTransform. //Get the image that's being ...

1 2