Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个 gui,它可以作为画布使用鼠标和擦除选项来自由绘制线条......
任何人都可以帮助我吗?
最简单的解决方案是看看其他人是如何实现的。例如,在File Exchange 上搜索手绘就会出现这种手绘功能。
作为一个基本概念,您需要定期捕获鼠标位置,或者评估鼠标移动的回调。