GetObjectXY

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
charlesd
Posts: 22
Joined: Thu Oct 20 2005
Location: Orem, Utah
Contact:

GetObjectXY

Post by charlesd »

What is the behavior of GetObjectXY if there are overlapping objects at the specified location? Is there a simple way to iterate through all such objects?

Is there a way to tell which objects are an top or bottom. In other words, can I tell the z-order or layering order of overlapped objects?
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

In the scenario you have described the GetObjectXY() will return the object that is underneath.

If you wish to access both objects you should look at the .GetObjectsInRectangle() method.

Hope this helps?
Post Reply