-
Notifications
You must be signed in to change notification settings - Fork 89
How to Implement Inkcanvas with ink toolbar on image in WPF #337
Comments
Hello shaileshparmar1997, thank you for your interest in Win32! I have automatically added a "needs triage" label to help get things started. Our team will look into the question and answer ASAP. Other community members may also answer the question and provide feedback 🙌 |
Please help me regarding this issue |
@shaileshparmar1997 where is you image in your XAML? I assume that the image is over the ink canvas or something. I'm not sure how airspace works between WPF and XAML Islands components though either, @marb2000 @ocalvo @azchohfi? It may be easier to setup a custom user control in the UWP side for a XAML Islands component and place the image behind the canvas all in the same layer of the application (UWP vs. WPF)? |
i did't get your explanation? |
Please check my code , i have use WPF application |
Hi!
I try to implement this functionality in my WPF application. Functionality is working fine but my problem is when I try to implement on the image then this time my image is not shown and when I try to show the image then ink canvas does not work.
When I try implement by this
Then my output is fine
But when I try to fix for shown image then I can't draw anything
in Currentimg is my image id
Can you suggest me how can I slow my problem?
my requirement is draw anything on my image using inkcanvas and toolbar
Thanks!
The text was updated successfully, but these errors were encountered: