x property
x property
Gets the x-coordinate.
Definition:
@property
def x(self):
...
@x.setter
def x(self, value):
...
See Also
- module
groupdocs.parser.data - class
Point
Gets the x-coordinate.
@property
def x(self):
...
@x.setter
def x(self, value):
...
groupdocs.parser.dataPoint