add method

add(self, x, y)

Adds a path point in unit of EMUs.


def add(self, x, y):
    ...
ParameterTypeDescription
xintThe x coordinate.
yintThe y coordinate.

Remarks

NOTE: This member is now obsolete. Instead, please use the MoveTo,LineTo,CubicBezierTo and ArcTo methods in ShapePath. This method will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.

See Also