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)
ParameterTipeDeskripsi
indeksint32_tPosisi di mana jalur baru harus disisipkan.
dataSystem::SharedPtr<XpsPathGeometry>Geometri jalur.

ReturnValue

Jalur yang disisipkan.

Lihat Juga