Aspose::Page::XPS::XpsModel::XpsPathGeometry::RemoveSegmentAt method

XpsPathGeometry::RemoveSegmentAt method

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

System::SharedPtr<XpsPathSegment> Aspose::Page::XPS::XpsModel::XpsPathGeometry::RemoveSegmentAt(int32_t index)
ParameterTypeDescription
indexint32_tPosition at which a path segment should be removed.

ReturnValue

Removed path segment.

See Also