Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry method
Contenuti
[
Nascondere
]PageAPI::CreatePathGeometry() method
Crea una nuova geometria di percorso.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()
ReturnValue
Nuova geometria di percorso.
Osservazioni
.
Vedi anche
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>>) method
Crea una nuova geometria di percorso con l’elenco specificato di figure di percorso.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
| Parametro | Tipo | Descrizione |
|---|---|---|
| pathFigures | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> | Elenco di figure di percorso. |
ReturnValue
Nuova geometria di percorso.
Vedi anche
- Typedef SharedPtr
- Class XpsPathGeometry
- Class List
- Class XpsPathFigure
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreatePathGeometry(System::String) method
Crea una nuova geometria di percorso specificata in forma abbreviata.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
| Parametro | Tipo | Descrizione |
|---|---|---|
| abbreviatedGeometry | System::String | Forma abbreviata della geometria di percorso. |
ReturnValue
Nuova geometria di percorso.
Vedi anche
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++