Display IDrawingLine in WinUi3? #8891
Replies: 2 comments
-
To draw like with DrawingView, a way can be with the InkPicture control : |
Beta Was this translation helpful? Give feedback.
0 replies
-
If somene will find this in the future Direct usage for IDrawingLine not possible. Use regex to get points from json. Convert points to lines than draw them on canvas. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, How can I view in my desktop app List of IDrawingLine?
I use toolkit DrawingView in my MAUI project. List of lines is serialized to json. Than I want to view it in my winui project.
ps. Yes I know maui is crossplatform. No, I don't want to use it in desktop apps.
Beta Was this translation helpful? Give feedback.
All reactions