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