Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath metodu

XpsCanvas::InsertPath method

Bu canvas’ın alt öğe listesine index position. yeni bir path ekler.

System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath(int32_t index, System::SharedPtr<XpsPathGeometry> data)
ParameterTypeAçıklama
indeksint32_tYeni bir yolun eklenmesi gereken konum.
veriSystem::SharedPtr<XpsPathGeometry>Yolun geometrisi.

ReturnValue

Eklenen yol.

Ayrıca Bakınız