通过在文档查看器中单击或选择文本来获取 xaml 原点!
我试图找到在文档查看器中单击或选择的(文本)元素的 XPS xaml 来源。这有可能吗?
谢谢!
I'm trying to find the XPS xaml origin of an (text) element which is klicked or selected in a document viewer. Is this somehow possible?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我有了答案:这也很简单,订阅鼠标移动或某些鼠标事件,并将原始源转换为:字形、画布或路径!就是这样,各位
Finally I have the anwser: and it's really easy too, suscribe to the mouse move or some mouse event, and cast the original source to either: glyph, canvas or path! That's it folks