x2 property
x2 property
The absolute X coordinate for the second control point.
Definition:
@property
def x2(self):
    ...
@x2.setter
def x2(self, value):
    ...
See Also
- module aspose.svg.paths
- class SVGPathSegCurvetoCubicSmoothAbs
The absolute X coordinate for the second control point.
@property
def x2(self):
    ...
@x2.setter
def x2(self, value):
    ...
aspose.svg.pathsSVGPathSegCurvetoCubicSmoothAbs