如何在PowerPoint加载项中获取形状的绝对位置?

发布于 2024-12-02 21:15:16 字数 138 浏览 1 评论 0原文

我正在使用 C# 为 MS PowerPoint 编写插件。 当演示文稿运行时,我需要在屏幕坐标中获取每个 PPT 形状的位置。 如何获得?

我有演示文稿查看器窗口的位置,并且有相对于幻灯片左上角的形状位置。但我没有相对于演示查看器的幻灯片位置。

I'm writing plugin for MS PowerPoint using C#.
I need to get position each PPT shape in screen coordinates when presentation is running.
How it can be obtained?

I have position of presentation viewer window and have shape position relative to top-left corner of the slide. But I haven't position of the slide relative to pesentation viewer.

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

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

发布评论

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

评论(1

幽蝶幻影 2024-12-09 21:15:16

每个形状的 .Top、.Left、.Height 和 .Width 属性将告诉您形状相对于 PPT 幻灯片大小的位置和大小。

下面的几个问题有一些关于获取当前幻灯片放映窗口的屏幕坐标的建议。

在双-监视器系统,找出 PowerPoint 幻灯片在哪个监视器上显示

一旦您掌握了这两个位,剩下的就应该是简单的比率计算了。

Each shape's .Top, .Left, .Height and .Width properties will tell you the position and size of the shape relative to the size of the PPT slide.

A few questions down there are some suggestions for getting the screen coordinates of the current slide show window.

In a dual-monitor system, finding out on which monitor a PowerPoint slideshow is displayed

Once you have both of those bits, the rest should be a simple ratio calculation.

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