Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry method
İçindekiler
[
Saklamak
]PageAPI::CreatePathGeometry() method
Yeni bir yol geometrisi oluşturur.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()
ReturnValue
Yeni yol geometrisi.
Açıklamalar
.
Ayrıca Bakınız
- 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
Belirtilen yol şekli listesine sahip yeni bir yol geometrisi oluşturur.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
| Parameter | Type | Açıklama |
|---|---|---|
| pathFigures | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> | Yol şekillerinin listesi. |
ReturnValue
Yeni yol geometrisi.
Ayrıca Bakınız
- 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
Kısaltılmış biçimde belirtilen yeni bir yol geometrisi oluşturur.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
| Parameter | Type | Açıklama |
|---|---|---|
| abbreviatedGeometry | System::String | Yol geometrisinin kısaltılmış biçimi. |
ReturnValue
Yeni yol geometrisi.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++