Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath metode
XpsCanvas::InsertPath method
Menyisipkan sebuah path baru ke daftar anak canvas ini pada posisi index.
System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath(int32_t index, System::SharedPtr<XpsPathGeometry> data)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| indeks | int32_t | Posisi di mana jalur baru harus disisipkan. |
| data | System::SharedPtr<XpsPathGeometry> | Geometri jalur. |
ReturnValue
Jalur yang disisipkan.
Lihat Juga
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++