Aspose::Page::XPS::XpsDocument::CreatePathGeometry metodo
Contenuti
[
Nascondere
]XpsDocument::CreatePathGeometry() method
Crea una nuova geometria di percorso.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::CreatePathGeometry()
ReturnValue
Nuova geometria di percorso.
Osservazioni
.
Vedi anche
- Typedef SharedPtr
- Class XpsPathGeometry
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::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::XpsDocument::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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreatePathGeometry(System::String) method
Crea una nuova geometria di percorso specificata in forma abbreviata.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::XpsDocument::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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++