Aspose::Page::XPS::XpsModel::XpsPathGeometry::RemoveSegment 方法

XpsPathGeometry::RemoveSegment method

从最后一个路径图形的子段列表中移除路径段。

System::SharedPtr<XpsPathSegment> Aspose::Page::XPS::XpsModel::XpsPathGeometry::RemoveSegment(System::SharedPtr<XpsPathSegment> segment)
ParameterType描述
System::SharedPtr<XpsPathSegment>要移除的路径段。

ReturnValue

已移除的路径段。

另见