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