How to Draw a Rounded Rectangle with WinForms (.NET)?

后端 未结 6 1868
时光说笑
时光说笑 2020-11-29 05:08

Draw rectangle using C# and I need to draw the arc in every edges first of all I draw rectangle and then I need click button it will draw the arc at edges, how can I do it?<

6条回答
  •  攒了一身酷
    2020-11-29 05:20

    Draw a rectangle with rounded corners?

    Try:

    Extended Graphics - Rounded rectangles, Font metrics and more for C# 3.0
    Extended Graphics - An implementation of Rounded Rectangle in C#

提交回复
热议问题