For rectangles, gets or sets the X coordinate of the lower right corner. For ellipses, gets or sets the X coordinate of the lower right corner of the bounding rectangle.
Syntax
object.TermX [= value]
The TermX property syntax has the following parts:
Part |
Description |
object |
A rectangle or ellipse (an object of type PDElement.) |
value |
If object is a rectangle, value is the X coordinate of its lower right corner. If object is an ellipse, value is the X coordinate of the lower right corner of its bounding rectangle. |