Método Aspose::Page::XPS::XpsModel::XpsPathGeometry::RemoveSegment

XpsPathGeometry::RemoveSegment method

Elimina un segmento de ruta de la lista de segmentos hijos de la última figura de ruta.

System::SharedPtr<XpsPathSegment> Aspose::Page::XPS::XpsModel::XpsPathGeometry::RemoveSegment(System::SharedPtr<XpsPathSegment> segment)
ParámetroTipoDescripción
segmentoSystem::SharedPtr<XpsPathSegment>El segmento de ruta a eliminar.

ReturnValue

Segmento de ruta eliminado.

Ver también