x property
x property
Gets or sets the x.
Definition:
@property
def x(self):
...
@x.setter
def x(self, value):
...
See Also
- module
aspose.cad.fileformats.cad.cadobjects
- class
Cad2DPoint
Gets or sets the x.
@property
def x(self):
...
@x.setter
def x(self, value):
...
aspose.cad.fileformats.cad.cadobjects
Cad2DPoint