remove_segment method

remove_segment

Removes a path segment from the list of child segments of the last path figure.

Returns

Removed path segment.

def remove_segment(self, segment):
    ...
ParameterTypeDescription
segmentXpsPathSegmentThe path segment to be removed.

See Also