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.
いくつかのコードをc++からc#に移植しています。私は周りを見回しましたが、C#でDrawDragRectに相当する単純なものを見つけることができません。助言がありますか ?
ControlPaint.DrawReversibleFrame
主な違いは、2 つの呼び出しを行う必要があることです。1 つは古い rect で、もう 1 つは新しいものです。 CDC::DrawDragRect1回の呼び出しで両方を行いました。
CDC::DrawDragRect