Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath 메서드
XpsCanvas::InsertPath method
이 캔버스의 자식 목록에 index 위치에 새 경로를 삽입합니다.
System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath(int32_t index, System::SharedPtr<XpsPathGeometry> data)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | 새 경로를 삽입해야 하는 위치. |
| 데이터 | System::SharedPtr<XpsPathGeometry> | 경로의 기하학. |
ReturnValue
삽입된 경로.
또 보기
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++