图形用户对象

发布于 2024-10-26 02:22:35 字数 104 浏览 0 评论 0原文

使用PowerBuilder,这里有人尝试将图形复制到剪贴板吗?

我看到图形对象没有内置的 COPY 函数。

预先感谢所有会回答的人。这对我来说会有很大的帮助..

Using PowerBuilder, has anyone here tried to copy the graph onto the clipboard?

I saw that the graph object does not have a built in COPY function.

Thanks in advance for all that will answer. It will be a big help for me..

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

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

发布评论

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

评论(1

ぃ双果 2024-11-02 02:22:35

graph.Clipboard() 函数执行我相信您在帮助中询问的操作:“用图形的位图图像替换系统剪贴板的内容。”

顺便说一句,为了找到这个,我去了 PB 帮助,帮助主题按钮,内容选项卡,在树中展开(版本之间略有不同)对象和控件,系统对象属性...,双击图形对象,单击功能按钮并扫描图形函数列表及其描述。当您知道对象时尝试查找函数时,此方法很有用。

祝你好运,

特里。

The graph.Clipboard() function does what I believe you're asking, from help: "Replaces the contents of the system clipboard with a bitmap image of a graph."

BTW, to find this I went to PB help, Help Topics button, Contents tab, expand in tree (varies a little between versions) Objects and Controls, System Object Properties..., double clicked Graph object, clicked the Functions button and scanned the list of graph functions and their descriptions. This method is helpful when trying to find a function when you know the object.

Good luck,

Terry.

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