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