Point elements
- Last UpdatedJul 26, 2024
- 1 minute read
You use a point element to define the position of other elements. Point elements contain two elements, X and Y. X and Y elements must contain values in the range -32000 and 32000.
|
Elements |
Description |
|---|---|
|
X |
Left coordinate in pixels. Required. |
|
Y |
Top coordinate in pixels. Required |
Example:
<Point>
<X>10</X>
<Y>25</Y>
</Point>