x property
x property
Gets or sets the x-coordinate of this Point
.
Definition:
@property
def x(self):
...
@x.setter
def x(self, value):
...
See Also
- module
aspose.cad
- class
Point
Gets or sets the x-coordinate of this Point
.
@property
def x(self):
...
@x.setter
def x(self, value):
...
aspose.cad
Point