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 からオブジェクトを簡単に削除できます。