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.
如何在 WPF 中制作 MS Paint 克隆?
我使用 Canvas 和 Shapes,但我不知道如何实现擦除。我应该使用不同的控件,例如图像控件,还是其他绘图技术?
您可以使用 canvas.Children.Remove() 方法简单地从 Canvas 中删除对象。