Windows Mobile - 反转紧凑框架控件的方法

发布于 2024-08-29 04:43:10 字数 126 浏览 1 评论 0原文

我的 Windows Mobile 应用程序中有一个屏幕,供用户以外的其他人查看并与之交互(它是签名屏幕)。

该屏幕上有一些编辑框等。有什么办法可以让它们上下颠倒显示吗?

如果是这样,我很想听听如何。谢谢!

I have a screen in my windows mobile app that I is intended for another person than the user to look at and interact with (it is a signature screen).

There is a few edit boxes and such on that screen. Is there any way to make them display upside down?

If so I would love to hear how. Thanks!

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

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

发布评论

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

评论(1

影子的影子 2024-09-05 04:43:10

控件(除签名之外)是否纯粹用于查看(即不需要交互)?如果是这样,我倾向于只拍摄屏幕截图, 旋转该位图 , 将其绘制到窗体背景 然后将签名控件放在上面。

Are the controls (except the signature) purely for viewing (i.e. interaction is not needed)? If so, I'd be inclined to just take a screen shot, rotate that bitmap, draw it to the Form's background and then put the signature control on top of that.

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