bottom property
bottom property
Gets or sets the y-coordinate that is the sum of the Rectangle.y
and Rectangle.height
property values of this Rectangle
structure.
Definition:
@property
def bottom(self):
...
@bottom.setter
def bottom(self, value):
...
See Also
- module
aspose.cad
- class
Rectangle