Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry metode
isi
[
bersembunyi
]PageAPI::CreatePathGeometry() method
Membuat path geometry baru.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry()
ReturnValue
Geometri jalur baru.
Catatan
.
Lihat Juga
- 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
Membuat path geometry baru dengan daftar path figure yang ditentukan.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> pathFigures)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| pathFigures | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsPathFigure>>> | Daftar figur jalur. |
ReturnValue
Geometri jalur baru.
Lihat Juga
- 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
Membuat path geometry baru yang ditentukan dengan bentuk singkat.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePathGeometry(System::String abbreviatedGeometry)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| abbreviatedGeometry | System::String | Bentuk singkat dari geometri jalur. |
ReturnValue
Geometri jalur baru.
Lihat Juga
- Typedef SharedPtr
- Class XpsPathGeometry
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++