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