Drag and drop rectangle in C#

后端 未结 2 1782
广开言路
广开言路 2021-01-15 09:54

I want to know how to draw rectangle in C# and make it dragged and dropped in the page here my code to draw it but I cannot drag or drop it.

public partial c         


        
2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-15 10:40

    You could try the approach in this article: http://beta.codeproject.com/KB/GDI-plus/flickerFreeDrawing.aspx

提交回复
热议问题