Creating a Chess Board using Windows Forms

前端 未结 4 1170
情歌与酒
情歌与酒 2021-01-23 07:19

What is the best way to create chess board using Windows Forms?

I am still new to graphics coding in winforms and I am not sure, which control to use for that?

4条回答
  •  一生所求
    2021-01-23 07:36

    I don't know what you want to do with this chess board, but if it's only a background to display after pieces, your best shot is to set a background image.

提交回复
热议问题