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.
私はSetPixel(GetDC(0),x,y,color)画面に書き込むために使用していますが、それを行うと、他のプログラムが画面を更新し、描画されたピクセルを上書きして、画面に描画された画像がきらめくように見えます。
SetPixel(GetDC(0),x,y,color)
これを回避して、上書きされることを恐れずに画面に何かを描画するにはどうすればよいですか?
画面は共有リソースです。自分だけのものが必要な場合は、ウィンドウを作成してそこに描画します。