Aspose::Page::XPS::XpsModel::XpsPathGeometry::RemoveSegment method

XpsPathGeometry::RemoveSegment method

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

System::SharedPtr<XpsPathSegment> Aspose::Page::XPS::XpsModel::XpsPathGeometry::RemoveSegment(System::SharedPtr<XpsPathSegment> segment)
ParameterTypeDescription
segmentSystem::SharedPtr<XpsPathSegment>The path segment to be removed.

ReturnValue

Removed path segment.

See Also