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.
Winformsアプリケーションで、ペイントリクエストを送信したいと思います。
どの方法を使用すればよいですか?Invalidateまた、との基本的な違いは何OnPaintですか?
Invalidate
OnPaint
OnPaintは、実際のペイントが行われる方法です。
無効化は、コントロールまたはフォームの再描画を要求する方法です。
Control.Invalidate、Control.Update、Control.Refreshの違いは何ですか?