.net maui graphicsview hit test

essamce 621 Reputation points
2022-08-15T18:15:34.88+00:00

hi
I have a GraphicsView with some paths drawn, is there a way to allow the user to select some path?

i'm using C# and VS2022Preview

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,592 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 76,546 Reputation points Microsoft Vendor
    2022-08-16T06:27:05.043+00:00

    Hello,

    is there a way to allow the user to select some path?

    No, path cannot be selected, but GraphicsView has some Interacted events, GraphicsView allows users to select.
    You can add a feature request in MAUI Github page .

    Best Regards,

    Leon Lu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.