【发布时间】:2013-02-20 12:49:23
【问题描述】:
我知道有人可以帮助我。
我正忙于开发一个选择文字游戏,但我不确定如何突出显示选定的字母。
我目前正在创建一个块网格。
Then when the user clicks and moves the mouse from on block to another I use the Rect to check if they intersect when they do I mark that block as selected but I need to ignore the block number 2 when block number 3 is selected选择块号 4 时也会发生同样的情况。所以那个模式是:1,3,5,7 块数 2,4,6 不应该被选中。
亲切的问候,
约翰
【问题讨论】:
标签: c# drawing rectangles