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