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で画像の領域を塗りつぶそうとしています。ペイントのバケツに似たもの。これはどのようにすればよいですか?マウスの下でピクセルの色を取得し、近くの同じ色ですべてのピクセルを変更することを考えています。もっと簡単な方法はありますか?
何を使うべきですか?WriteableBitmap?
ありがとうございました
はい、WriteableBitmapは、この1つのIMHOを実行するための最良の方法です。