x property
x property
The absolute X coordinate for the end point of this path segment.
Definition:
@property
def x(self):
    ...
@x.setter
def x(self, value):
    ...
See Also
- module aspose.svg.paths
- class SVGPathSegCurvetoCubicSmoothAbs
The absolute X coordinate for the end point of this path segment.
@property
def x(self):
    ...
@x.setter
def x(self, value):
    ...
aspose.svg.pathsSVGPathSegCurvetoCubicSmoothAbs