Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry method
Innehåll
[
Dölj
]PageAPI::CreatePathGeometry() method
Skapar en ny sökvägsgeometri.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()
ReturnValue
Ny bangeometri.
Anmärkningar
.
Se även
- 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
Skapar en ny sökvägsgeometri med specificerad lista av sökvägsfigurer.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
| Parameter | Type | Beskrivning |
|---|---|---|
| pathFigures | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> | Lista över path-figurer. |
ReturnValue
Ny bangeometri.
Se även
- 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
Skapar en ny sökvägsgeometri specificerad med förkortad form.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
| Parameter | Type | Beskrivning |
|---|---|---|
| abbreviatedGeometry | System::String | Förkortad form av path-geometri. |
ReturnValue
Ny bangeometri.
Se även
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++