c# - How to get absolute position of shape in PowerPoint add-in? -
I am writing a plugin for MS PowerPoint using C #. The presentation is going on when I need to get the status of each PPT size in the screen coordinates. How can this be achieved?
I have the status of the presentation viewer window and position is relative to the top-left corner of the slide. But I do not have the position of slide relative to the position viewer.
of each size. The top, lift, height and width properties will tell you the position and size of the size related to the size of the PPT slide.
Some questions are given below to show the screen coordinates of the current slide to get the window.
Once you have both of those bits, the rest should be a simple ratios count.
Comments
Post a Comment