x property
x property
The X coordinate of the rectangle, in user units.
Definition:
@property
def x(self):
    ...
@x.setter
def x(self, value):
    ...
See Also
- module 
aspose.svg.datatypes - class 
SVGRect 
The X coordinate of the rectangle, in user units.
@property
def x(self):
    ...
@x.setter
def x(self, value):
    ...
aspose.svg.datatypesSVGRect