Gets the object with coordinates (x, y).
Syntax
result = pd.XYObject (x, y)
The XYObject method syntax has the following parts:
Part |
Description |
result |
The object (of type PDElement) with coordinates (x, y). If there is no object at (x, y), result = nothing. |
x, y |
The coordinates of a point. x is expressed in inches from the left margin. y is expressed in inches from the top margin. |