Aspose::Page::XPS::XpsModel::XpsPathGeometry::InsertSegment method
XpsPathGeometry::InsertSegment method
Inserisce un segmento di percorso nell’elenco dei segmenti figli dell’ultima figura di percorso nella posizione index.
System::SharedPtr<XpsPathSegment> Aspose::Page::XPS::XpsModel::XpsPathGeometry::InsertSegment(int32_t index, System::SharedPtr<XpsPathSegment> segment)
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int32_t | Posizione in cui un segmento dovrebbe essere inserito. |
| segment | System::SharedPtr<XpsPathSegment> | Un segmento di percorso da inserire. |
ReturnValue
Segmento di percorso inserito.
Vedi anche
- Typedef SharedPtr
- Class XpsPathSegment
- Class XpsPathGeometry
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++