c# – 如何在xamarin表格中绘制图像?

我用xamarin表单编写应用程序,我遇到了问题.

目标是获得一个图像(来自api),当用户触摸该图像上的屏幕时检测触摸事件,然后在图像上绘制类似图标的东西,其中触摸事件捕获的坐标.

我没有找到任何允许我这样做的组件.有人有想法吗?

谢谢

最佳答案 也许这可以帮助:

https://forums.xamarin.com/discussion/comment/190529#Comment_190529

https://components.xamarin.com/view/signature-pad

https://github.com/15mgm15/Xamarin-Forms-Signature

您可以为背景设置图像,并使用签名板在其前面绘制.

点赞