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