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