在 wxwidgets 中创建正方形和矩形

发布于 2024-12-27 08:26:04 字数 192 浏览 2 评论 0原文

我正在开发一个应用程序,其中一部分是让用户创建正方形或矩形等形状。我想知道 wxwidgets 中是否有一个函数可以让用户执行此操作。我想要做的是用户单击此按钮,然后他/她可以按照他/她所需的尺寸绘制正方形或矩形。就像在油漆中一样,您可以按照自己想要的尺寸制作自己的尺寸。这在 wxwidgets 和代码块中可能吗?也许一些相关的链接或教程或任何有帮助的东西。谢谢 !!

I'm working on an application, and part of it is making the user create a shapes such as squares or rectangles. I'm wondering if there is a function in wxwidgets that enable the user to do that. What i want to do is the user will click this button then he/she can draw a square or rectangle in his/her desired size. It is like in paint where you can make your own size in your desired size. Is that possible in wxwidgets and codeblocks? maybe some related links or tutorials or anything that will help. thanks !!

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

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

发布评论

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

评论(2

迷爱 2025-01-03 08:26:04

你应该使用这个 contrib 库:

对象图形库

OGL 为需要显示由线连接的对象的应用程序定义了一个 API。这些对象可以四处移动并进行交互。您可以在 contrib/src/ogl、contrib/include/wx/ogl 和 contrib/samples/ogl 中找到它。

这是链接:

http://docs.wxwidgets.org/2.8/wx_utilities.html

最大

You should use this contrib library:

Object Graphics Library

OGL defines an API for applications that need to display objects connected by lines. The objects can be moved around and interacted with. You can find this in contrib/src/ogl, contrib/include/wx/ogl, and contrib/samples/ogl.

This is the link:

http://docs.wxwidgets.org/2.8/wx_utilities.html

Max

别低头,皇冠会掉 2025-01-03 08:26:04

标题说这里的上下文是“绘画”,好吧。

但是,如果您正在谈论用户创建的矩形作为选择内容的方式(或者用户在搜索该上下文时最终到达这里),则行话是矩形,因为选择是“选取框选择”,您将查看 Wx::覆盖来实现这一点。

Titles sais context here is "drawing", ok.

But in case you are talking about user-created rectangles as means of selecting stuff (or users end up here while searching for that context), jargon for that is rectangles as selection is "marquee selection", and you would look into Wx::Overlay to accomplish that.

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