用 C# 编写位置网格地图

发布于 2024-08-17 06:03:53 字数 50 浏览 2 评论 0原文

我想知道 C# 中是否有任何内置控件,我可以使用它们在 X/Y 平面上编写位置网格图。

I would like to know if there are any inbuilt controls in C# with which I can program location grid maps on a X/Y Plane.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乖乖公主 2024-08-24 06:03:53

我唯一想到的是网格视图。您可以将列和行排列成规则的网格。

除此之外,.Net 使得将控件动态放置到容器中变得非常容易。您也可以进行手动绘图,这非常简单。

这是示例网格绘画

下面是向表单动态添加控件的示例

The only thing that comes to mind is the grid view. You could arrange the columns and rows into a regular grid.

Besides that, .Net makes it very easy to place controls dynamically into containers. You could also do manual drawing which is very straightforward.

Here is an example of grid painting.

And here's an example of dynamically adding controls to a form.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文