Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry method
Contenu
[
Cacher
]PageAPI::CreatePathGeometry() method
Crée une nouvelle géométrie de chemin.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()
ReturnValue
Nouvelle géométrie de chemin.
Remarques
.
Voir aussi
- 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
Crée une nouvelle géométrie de chemin avec une liste spécifiée de figures de chemin.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
| Paramètre | Type | Description |
|---|---|---|
| pathFigures | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> | Liste de figures de chemin. |
ReturnValue
Nouvelle géométrie de chemin.
Voir aussi
- 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
Crée une nouvelle géométrie de chemin spécifiée sous forme abrégée.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
| Paramètre | Type | Description |
|---|---|---|
| abbreviatedGeometry | System::String | Forme abrégée de la géométrie de chemin. |
ReturnValue
Nouvelle géométrie de chemin.
Voir aussi
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++