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