Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath metodo
XpsCanvas::InsertPath method
Inserisce un nuovo path nell’elenco dei figli di questo canvas nella posizione index.
System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath(int32_t index, System::SharedPtr<XpsPathGeometry> data)
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int32_t | Posizione in cui dovrebbe essere inserito un nuovo percorso. |
| dati | System::SharedPtr<XpsPathGeometry> | La geometria del percorso. |
ReturnValue
Percorso inserito.
Vedi anche
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++